about summary refs log tree commit diff
path: root/src/librustc_errors
diff options
context:
space:
mode:
authorVadim Petrochenkov <vadim.petrochenkov@gmail.com>2019-06-08 11:35:30 +0300
committerVadim Petrochenkov <vadim.petrochenkov@gmail.com>2019-06-08 23:55:24 +0300
commit8049e6199bad86d3148c94463216cc745db2d796 (patch)
tree8982111f807abfd91195ca60a2446e413030557e /src/librustc_errors
parent5c6f6b810c1d5850814a3c5960c4dfe2aee77d0d (diff)
downloadrust-8049e6199bad86d3148c94463216cc745db2d796.tar.gz
rust-8049e6199bad86d3148c94463216cc745db2d796.zip
Remove unused `#![feature(custom_attribute)]`s
Diffstat (limited to 'src/librustc_errors')
-rw-r--r--src/librustc_errors/lib.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/librustc_errors/lib.rs b/src/librustc_errors/lib.rs
index 1831d58e736..cc3180c783b 100644
--- a/src/librustc_errors/lib.rs
+++ b/src/librustc_errors/lib.rs
@@ -1,6 +1,5 @@
 #![doc(html_root_url = "https://doc.rust-lang.org/nightly/")]
 
-#![feature(custom_attribute)]
 #![allow(unused_attributes)]
 #![cfg_attr(unix, feature(libc))]
 #![feature(nll)]