Skip to content

Commit 13e5472

Browse files
committed
---
yaml --- r: 82371 b: refs/heads/master c: fabec99 h: refs/heads/master i: 82369: 5dd2ed4 82367: 60d7ef7 v: v3
1 parent 1f06695 commit 13e5472

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
@@ -1,5 +1,5 @@
11
---
2-
refs/heads/master: fc06f7922db0b4d1063f4f29157635117d853426
2+
refs/heads/master: fabec998e5667d651d3475c12ee25ab97d21105c
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: 6c08cc2db4f98e9f07ae7d50338396c4123c2f0a
55
refs/heads/try: 70152ff55722878cde684ee6462c14c65f2c4729

trunk/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;

trunk/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};

trunk/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,

trunk/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> {

trunk/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)