Skip to content

Commit

Permalink
collections: fix running make check-stage1-collections
Browse files Browse the repository at this point in the history
  • Loading branch information
erickt committed Jun 21, 2014
1 parent 0f39dc7 commit b9aeda4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/libcollections/vec.rs
Expand Up @@ -1552,8 +1552,11 @@ pub mod raw {

#[cfg(test)]
mod tests {
extern crate test;

use std::prelude::*;
use std::mem::size_of;
use test::Bencher;
use super::{unzip, raw, Vec};

#[test]
Expand Down

9 comments on commit b9aeda4

@bors
Copy link
Contributor

@bors bors commented on b9aeda4 Jun 22, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

saw approval from pcwalton
at erickt@b9aeda4

@bors
Copy link
Contributor

@bors bors commented on b9aeda4 Jun 22, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

merging erickt/rust/mem-inline = b9aeda4 into auto

@bors
Copy link
Contributor

@bors bors commented on b9aeda4 Jun 22, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

erickt/rust/mem-inline = b9aeda4 merged ok, testing candidate = 867ec39d

@bors
Copy link
Contributor

@bors bors commented on b9aeda4 Jun 22, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@bors
Copy link
Contributor

@bors bors commented on b9aeda4 Jun 23, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

saw approval from pcwalton
at erickt@b9aeda4

@bors
Copy link
Contributor

@bors bors commented on b9aeda4 Jun 23, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

merging erickt/rust/mem-inline = b9aeda4 into auto

@bors
Copy link
Contributor

@bors bors commented on b9aeda4 Jun 23, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

erickt/rust/mem-inline = b9aeda4 merged ok, testing candidate = 1c7b780

@bors
Copy link
Contributor

@bors bors commented on b9aeda4 Jun 23, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fast-forwarding master to auto = 1c7b780

Please sign in to comment.