Skip to content

Commit

Permalink
Remove warning for unnecessary 'core' feature with rustc-beta2.
Browse files Browse the repository at this point in the history
  • Loading branch information
romanb committed Apr 22, 2015
1 parent 52a8aad commit 5aecb69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Expand Up @@ -3,7 +3,7 @@
// the MPL was not distributed with this file, You
// can obtain one at http://mozilla.org/MPL/2.0/.

#![feature(alloc, core, collections, path_ext, libc)]
#![feature(alloc, collections, path_ext, libc)]

extern crate libc;
extern crate libproteus;
Expand Down

0 comments on commit 5aecb69

Please sign in to comment.