Skip to content

Commit

Permalink
Minor update to stability.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rossmacarthur authored and mark-i-m committed Dec 22, 2019
1 parent 8a232d0 commit 846743c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/stability.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ The `#[unstable(feature = "foo", issue = "1234", reason = "lorem ipsum")]`
attribute explicitly marks an item as unstable. Items that are marked as
"unstable" cannot be used without a corresponding `#![feature]` attribute on
the crate, even on a nightly compiler. This restriction only applies across
crate boundaries, unstable items may be used within the crate they are defined.
crate boundaries, unstable items may be used within the crate that defines
them.

The `issue` field specifies the associated GitHub [issue number]. This field is
required and all unstable features should have an associated tracking issue. In
Expand Down

0 comments on commit 846743c

Please sign in to comment.