Mark code as ignored due to requiring external plugin
This commit is contained in:
parent
7f563f7f4e
commit
bc70252f50
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ The `#[plugin]` attribute should take a single argument: the name of the plugin.
|
|||
|
||||
For example, for the plugin `foo`:
|
||||
|
||||
```
|
||||
```ignore (requires external plugin crate)
|
||||
#![feature(plugin)]
|
||||
#![plugin(foo)] // ok!
|
||||
```
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue