Skip to content

Commit 39ea967

Browse files
committed
---
yaml --- r: 81623 b: refs/heads/snap-stage3 c: fabec99 h: refs/heads/master i: 81621: ff6a8ea 81619: 06cadee 81615: 579417d v: v3
1 parent 8c8d11a commit 39ea967

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,7 +1,7 @@
11
---
22
refs/heads/master: 4c6bf4872012c010f84dc7fa2cdfe87522533f89
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4-
refs/heads/snap-stage3: fc06f7922db0b4d1063f4f29157635117d853426
4+
refs/heads/snap-stage3: fabec998e5667d651d3475c12ee25ab97d21105c
55
refs/heads/try: 70152ff55722878cde684ee6462c14c65f2c4729
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
77
refs/heads/ndm: f3868061cd7988080c30d6d5bf352a5a5fe2460b

branches/snap-stage3/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/snap-stage3/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/snap-stage3/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/snap-stage3/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/snap-stage3/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)