Skip to content

Commit 42a95e5

Browse files
committed
Remove unused 'collections' feature
1 parent 8880c7b commit 42a95e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
#![warn(missing_docs)]
88
#![allow(non_snake_case)]
9-
#![feature(libc,core,std_misc,collections,path,unicode)]
9+
#![feature(libc,core,std_misc,path,unicode)]
1010

1111
extern crate libc;
1212

0 commit comments

Comments
 (0)