Update to rustc 1.31.0-nightly (77af31408 2018-10-11)

This commit is contained in:
Chris Wong 2018-10-12 19:26:16 +13:00
parent d2af7c3f54
commit 365d0ab956

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")]