about summary refs log tree commit diff
path: root/src/doc
diff options
context:
space:
mode:
authorMark Mansi <markm@cs.wisc.edu>2018-11-24 17:26:15 -0600
committerMark Mansi <markm@cs.wisc.edu>2018-11-27 13:13:11 -0600
commit59ae93daed93024a3dd413132451f246863f6f97 (patch)
treeaddc22ccf679b940fac9953cf1e27330849e8221 /src/doc
parentf3b29ca1c21b1cd559441a57e1ff2b8a41d56e36 (diff)
downloadrust-59ae93daed93024a3dd413132451f246863f6f97.tar.gz
rust-59ae93daed93024a3dd413132451f246863f6f97.zip
remove uses of feature gate
Diffstat (limited to 'src/doc')
-rw-r--r--src/doc/unstable-book/src/language-features/plugin.md1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/doc/unstable-book/src/language-features/plugin.md b/src/doc/unstable-book/src/language-features/plugin.md
index 74bdd4dc3b5..03ea392c863 100644
--- a/src/doc/unstable-book/src/language-features/plugin.md
+++ b/src/doc/unstable-book/src/language-features/plugin.md
@@ -181,7 +181,6 @@ that warns about any item named `lintme`.
 ```rust,ignore
 #![feature(plugin_registrar)]
 #![feature(box_syntax, rustc_private)]
-#![feature(macro_at_most_once_rep)]
 
 extern crate syntax;