Skip to content

Commit 05af407

Browse files
committed
Remove unneeded feature
1 parent 587aa65 commit 05af407

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
//! # }
5656
//! ```
5757
#![doc(html_root_url="https://sfackler.github.io/doc")]
58-
#![feature(globs, macro_rules, phase, unsafe_destructor, slicing_syntax, default_type_params, if_let)]
58+
#![feature(globs, macro_rules, phase, unsafe_destructor, slicing_syntax, default_type_params)]
5959
#![warn(missing_docs)]
6060

6161
extern crate openssl;

0 commit comments

Comments
 (0)