Skip to content

Commit 846743c

Browse files
rossmacarthurmark-i-m
authored andcommitted
Minor update to stability.md
1 parent 8a232d0 commit 846743c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/stability.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ The `#[unstable(feature = "foo", issue = "1234", reason = "lorem ipsum")]`
1212
attribute explicitly marks an item as unstable. Items that are marked as
1313
"unstable" cannot be used without a corresponding `#![feature]` attribute on
1414
the crate, even on a nightly compiler. This restriction only applies across
15-
crate boundaries, unstable items may be used within the crate they are defined.
15+
crate boundaries, unstable items may be used within the crate that defines
16+
them.
1617

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

0 commit comments

Comments
 (0)