aboutsummaryrefslogtreecommitdiff
path: root/src/lib.rs
diff options
context:
space:
mode:
authorDavid Tolnay <dtolnay@gmail.com>2019-07-19 11:56:13 -0700
committerDavid Tolnay <dtolnay@gmail.com>2019-07-19 11:56:13 -0700
commitaf1e8bb3ae52388a7c1d18cc24242c88a2457a6c (patch)
treee171fcae66efe3b98d778d79294db4b9f5ead7a0 /src/lib.rs
parenteac2b75f2f179f2daaa5bd78c74b1d1cfc0db95d (diff)
downloadproc-macro2-af1e8bb3ae52388a7c1d18cc24242c88a2457a6c.tar.gz
Use new inclusive range pattern syntax
Diffstat (limited to 'src/lib.rs')
-rw-r--r--src/lib.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lib.rs b/src/lib.rs
index 9ad655d..72c82a3 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -88,7 +88,6 @@
#![doc(html_root_url = "https://docs.rs/proc-macro2/0.4.30")]
#![cfg_attr(any(proc_macro_span, super_unstable), feature(proc_macro_span))]
#![cfg_attr(super_unstable, feature(proc_macro_raw_ident, proc_macro_def_site))]
-#![allow(ellipsis_inclusive_range_patterns, unknown_lints)]
#[cfg(use_proc_macro)]
extern crate proc_macro;