Skip to content

Commit b666677

Browse files
committed
Remove unused link reference definitions
These link reference definitions were used in `const.no-mut-refs` and are no longer needed.
1 parent 9597473 commit b666677

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

src/items/constant-items.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -120,20 +120,13 @@ fn unused_generic_function<T>() {
120120
}
121121
```
122122

123-
[`static mut`]: items.static.mut
124-
[`static`]: items.static
125123
[const_eval]: ../const_eval.md
126124
[associated constant]: ../items/associated-items.md#associated-constants
127125
[constant value]: ../const_eval.md#constant-expressions
128-
[external static]: items.extern.static
129126
[free]: ../glossary.md#free-item
130-
[interior mutable]: interior-mut
131127
[static lifetime elision]: ../lifetime-elision.md#const-and-static-elision
132128
[trait definition]: traits.md
133129
[underscore imports]: use-declarations.md#underscore-imports
134130
[`Copy`]: ../special-types-and-traits.md#copy
135131
[value namespace]: ../names/namespaces.md
136-
[promoted]: destructors.scope.const-promotion
137132
[promotion]: destructors.scope.const-promotion
138-
[union type]: type.union
139-
[zero-sized type]: layout.properties.size

0 commit comments

Comments
 (0)