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