Remove #![feature(macro_vis_matcher)]
This commit is contained in:
parent
e939beb7ac
commit
540226f1c4
1 changed files with 0 additions and 1 deletions
|
@ -1,7 +1,6 @@
|
||||||
#![feature(plugin_registrar)]
|
#![feature(plugin_registrar)]
|
||||||
#![feature(rustc_private)]
|
#![feature(rustc_private)]
|
||||||
#![feature(macro_at_most_once_rep)]
|
#![feature(macro_at_most_once_rep)]
|
||||||
#![feature(macro_vis_matcher)]
|
|
||||||
#![recursion_limit = "1000"] // if_chain
|
#![recursion_limit = "1000"] // if_chain
|
||||||
|
|
||||||
#![doc(html_root_url = "https://docs.rs/maud_lints/0.18.1")]
|
#![doc(html_root_url = "https://docs.rs/maud_lints/0.18.1")]
|
||||||
|
|
Loading…
Add table
Reference in a new issue