Update lint plugin sample code.
This commit is contained in:
parent
1731f0af22
commit
d61540ed0b
1 changed files with 2 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue