From d46c083975201a6a4804fde9d4cec6ae0fc29479 Mon Sep 17 00:00:00 2001 From: Sebastian Thiel Date: Thu, 30 Apr 2015 11:18:58 +0200 Subject: [PATCH] fix(API): remove unused std_misc feature Hopefully this will not trigger errors elsewhere, but we will just find out I guess ;) --- src/mako/api/lib.rs.mako | 1 - 1 file changed, 1 deletion(-) diff --git a/src/mako/api/lib.rs.mako b/src/mako/api/lib.rs.mako index 738860cfa31..cbdc56c5b50 100644 --- a/src/mako/api/lib.rs.mako +++ b/src/mako/api/lib.rs.mako @@ -22,7 +22,6 @@ <%block filter="rust_module_doc_comment">\ ${lib.docs(c)} -#![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