Remove #![feature(tool_lints)]

This commit is contained in:
Chris Wong 2018-12-09 11:38:27 +13:00
parent c70bd98656
commit 4b2707c51e

View file

@ -3,7 +3,6 @@
#![feature(proc_macro_hygiene)]
#![feature(proc_macro_quote)]
#![feature(proc_macro_span)]
#![feature(tool_lints)]
#![doc(html_root_url = "https://docs.rs/maud_macros/0.18.1")]