Skip to content

Commit a5e1848

Browse files
committed
Remove old ref.foo noise.
1 parent 5589ab1 commit a5e1848

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

doc/rust.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1778,7 +1778,7 @@ returns, then the expression completes.
17781778

17791779
A call expression statically requires that the precondition declared in the
17801780
callee's signature is satisfied by the expression prestate. In this way,
1781-
typestates propagate through function boundaries. See [Ref.Typestate](#ref.typestate).
1781+
typestates propagate through function boundaries.
17821782

17831783
An example of a call expression:
17841784

@@ -2569,8 +2569,7 @@ Unsafe pointers (`*`)
25692569

25702570
The function type-constructor `fn` forms new function types. A function type
25712571
consists of a sequence of input slots, an optional set of [input
2572-
constraints](#input-constraints) and an output slot. See
2573-
[Ref.Item.Fn](#ref.item.fn).
2572+
constraints](#input-constraints) and an output slot.
25742573

25752574
An example of a `fn` type:
25762575

0 commit comments

Comments
 (0)