Update lint plugin sample code.
This commit is contained in:
parent
1731f0af22
commit
d61540ed0b
@ -183,6 +183,8 @@ that warns about any item named `lintme`.
|
||||
```rust,ignore
|
||||
#![feature(plugin_registrar)]
|
||||
#![feature(box_syntax, rustc_private)]
|
||||
#![feature(macro_vis_matcher)]
|
||||
#![feature(macro_at_most_once_rep)]
|
||||
|
||||
extern crate syntax;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user