fix(API): remove unused std_misc feature

Hopefully this will not trigger errors elsewhere, but we will
just find out I guess ;)
This commit is contained in:
Sebastian Thiel
2015-04-30 11:18:58 +02:00
parent 4115d50ca7
commit d46c083975

View File

@@ -22,7 +22,6 @@
<%block filter="rust_module_doc_comment">\
${lib.docs(c)}
</%block>
#![feature(std_misc)]
// Unused attributes happen thanks to defined, but unused structures
// We don't warn about this, as depending on the API, some data structures or facilities are never used.
// Instead of pre-determining this, we just disable the lint. It's manually tuned to not have any