Typo fix
This commit is contained in:
parent
777582228c
commit
ac6c09a980
1 changed files with 2 additions and 2 deletions
|
@ -19,10 +19,10 @@ To fix the issue you need to provide the `feature` field.
|
||||||
#![feature(staged_api)]
|
#![feature(staged_api)]
|
||||||
#![stable(since = "1.0.0", feature = "test")]
|
#![stable(since = "1.0.0", feature = "test")]
|
||||||
|
|
||||||
#[unstable(feature = "unstable_fn", issue = "none")] // ok!!
|
#[unstable(feature = "unstable_fn", issue = "none")] // ok!
|
||||||
fn unstable_fn() {}
|
fn unstable_fn() {}
|
||||||
|
|
||||||
#[stable(feature = "stable_fn", since = "1.0.0")] // ok!!
|
#[stable(feature = "stable_fn", since = "1.0.0")] // ok!
|
||||||
fn stable_fn() {}
|
fn stable_fn() {}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue