We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 587aa65 commit 05af407Copy full SHA for 05af407
1 file changed
src/lib.rs
@@ -55,7 +55,7 @@
55
//! # }
56
//! ```
57
#![doc(html_root_url="https://sfackler.github.io/doc")]
58
-#![feature(globs, macro_rules, phase, unsafe_destructor, slicing_syntax, default_type_params, if_let)]
+#![feature(globs, macro_rules, phase, unsafe_destructor, slicing_syntax, default_type_params)]
59
#![warn(missing_docs)]
60
61
extern crate openssl;
0 commit comments