Skip to content

Commit 3f0ca55

Browse files
committed
Change placement of [Unstable] marker in RFC 1623 docs.
1 parent e8cb83a commit 3f0ca55

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/doc/reference.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1356,12 +1356,12 @@ unsafe fn bump_levels_unsafe2() -> u32 {
13561356
Mutable statics have the same restrictions as normal statics, except that the
13571357
type of the value is not required to ascribe to `Sync`.
13581358

1359-
#### `'static` lifetime elision [unstable]
1359+
#### `'static` lifetime elision
13601360

1361-
Both constant and static declarations of reference types have *implicit*
1362-
`'static` lifetimes unless an explicit lifetime is specified. As such, the
1363-
constant declarations involving `'static` above may be written without the
1364-
lifetimes. Returning to our previous example:
1361+
[Unstable] Both constant and static declarations of reference types have
1362+
*implicit* `'static` lifetimes unless an explicit lifetime is specified. As
1363+
such, the constant declarations involving `'static` above may be written
1364+
without the lifetimes. Returning to our previous example:
13651365

13661366
```rust
13671367
#[feature(static_in_const)]

0 commit comments

Comments
 (0)