Collapsed feature attribute into one line.
This commit is contained in:
parent
bc927056cc
commit
09fa19a3d0
1 changed files with 1 additions and 2 deletions
|
@ -4,8 +4,7 @@
|
|||
#![license = "Public Domain"]
|
||||
#![unstable]
|
||||
|
||||
#![feature(if_let)]
|
||||
#![feature(slicing_syntax)]
|
||||
#![feature(if_let, slicing_syntax)]
|
||||
extern crate serialize;
|
||||
#[cfg(feature = "ssl")] extern crate openssl;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue