Skip to content

Commit d5687ff

Browse files
committed
Use link definition for existing "brace syntax" link
In the prior commit, we added a link reference definition for "brace syntax". Let's update the other use in the chapter to use that.
1 parent 32d9e2c commit d5687ff

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/items/use-declarations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ r[items.use.self]
182182
## `self` imports
183183

184184
r[items.use.self.intro]
185-
The keyword `self` may be used within [brace syntax](#brace-syntax) to create a binding of the parent entity under its own name.
185+
The keyword `self` may be used within [brace syntax] to create a binding of the parent entity under its own name.
186186

187187
```rust
188188
mod stuff {

0 commit comments

Comments
 (0)