Skip to content

Commit

Permalink
fix(API): remove unused std_misc feature
Browse files Browse the repository at this point in the history
Hopefully this will not trigger errors elsewhere, but we will
just find out I guess ;)
  • Loading branch information
Byron committed Apr 30, 2015
1 parent 4115d50 commit d46c083
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/mako/api/lib.rs.mako
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d46c083

Please sign in to comment.