Skip to content

Commit 6f71319

Browse files
committed
---
yaml --- r: 83139 b: refs/heads/auto c: fabec99 h: refs/heads/master i: 83137: 9378081 83135: 2a35d4d v: v3
1 parent c11d5cb commit 6f71319

File tree

34 files changed

+130
-1349
lines changed

34 files changed

+130
-1349
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ refs/heads/try3: 9387340aab40a73e8424c48fd42f0c521a4875c0
1313
refs/tags/release-0.3.1: 495bae036dfe5ec6ceafd3312b4dca48741e845b
1414
refs/tags/release-0.4: e828ea2080499553b97dfe33b3f4d472b4562ad7
1515
refs/tags/release-0.5: 7e3bcfbf21278251ee936ad53e92e9b719702d73
16-
refs/heads/auto: fc06f7922db0b4d1063f4f29157635117d853426
16+
refs/heads/auto: fabec998e5667d651d3475c12ee25ab97d21105c
1717
refs/heads/servo: af82457af293e2a842ba6b7759b70288da276167
1818
refs/tags/release-0.6: b4ebcfa1812664df5e142f0134a5faea3918544c
1919
refs/tags/0.1: b19db808c2793fe2976759b85a355c3ad8c8b336

branches/auto/src/libextra/crypto/digest.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@
88
// option. This file may not be copied, modified, or distributed
99
// except according to those terms.
1010

11-
//! Common functionality related to cryptographic digest functions
12-
1311
use std::vec;
1412

1513
use hex::ToHex;

branches/auto/src/libextra/crypto/md5.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@
88
// option. This file may not be copied, modified, or distributed
99
// except according to those terms.
1010

11-
#[allow(missing_doc)];
12-
1311
use std::iter::range_step;
1412

1513
use cryptoutil::{write_u32_le, read_u32v_le, FixedBuffer, FixedBuffer64, StandardPadding};

branches/auto/src/libextra/crypto/sha2.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@
88
// option. This file may not be copied, modified, or distributed
99
// except according to those terms.
1010

11-
#[allow(missing_doc)];
12-
1311
use std::iter::range_step;
1412

1513
use cryptoutil::{write_u64_be, write_u32_be, read_u64v_be, read_u32v_be, add_bytes_to_bits,

branches/auto/src/libextra/enum_set.rs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,6 @@
88
// option. This file may not be copied, modified, or distributed
99
// except according to those terms.
1010

11-
//! A structure for holding a set of enum variants
12-
//!
13-
//! This module defines a container which uses an efficient bit mask
14-
//! representation to hold C-like enum variants.
15-
1611
#[deriving(Clone, Eq, IterBytes, ToStr)]
1712
/// A specialized Set implementation to use enum types.
1813
pub struct EnumSet<E> {

branches/auto/src/libextra/extra.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@ pub mod arc;
5454
pub mod comm;
5555
pub mod future;
5656
pub mod task_pool;
57-
pub mod flatpipes;
5857

5958
// Collections
6059

0 commit comments

Comments
 (0)