Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 611b111

Browse files
committedAug 27, 2017
Move unused-extern-crate to late pass
1 parent bc5bd51 commit 611b111

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

43 files changed

+76
-39
lines changed
 

‎src/Cargo.lock

Lines changed: 1 addition & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎src/liballoc/tests/lib.rs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010

1111
#![deny(warnings)]
1212

13-
#![feature(alloc)]
1413
#![feature(attr_literals)]
1514
#![feature(box_syntax)]
1615
#![feature(inclusive_range_syntax)]
@@ -27,14 +26,10 @@
2726
#![feature(splice)]
2827
#![feature(str_escape)]
2928
#![feature(string_retain)]
30-
#![feature(test)]
3129
#![feature(unboxed_closures)]
3230
#![feature(unicode)]
3331

34-
extern crate alloc;
35-
extern crate test;
3632
extern crate std_unicode;
37-
extern crate core;
3833

3934
use std::hash::{Hash, Hasher};
4035
use std::collections::hash_map::DefaultHasher;

0 commit comments

Comments
 (0)
Please sign in to comment.