Skip to content

Commit 92f18ce

Browse files
committed
fix links
1 parent 6678083 commit 92f18ce

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Diff for: src/names/scopes.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -345,14 +345,13 @@ impl ImplExample {
345345
[`for` loop]: ../expressions/loop-expr.md#iterator-loops
346346
[`for`]: ../expressions/loop-expr.md#iterator-loops
347347
[`if let`]: ../expressions/if-expr.md#if-let-patterns
348-
[`while let`]: expressions/loop-expr.md#while-let-patterns
348+
[`while let`]: ../expressions/loop-expr.md#while-let-patterns
349349
[`let` statement]: ../statements.md#let-statements
350350
[`macro_export`]: ../macros-by-example.md#path-based-scope
351351
[`macro_use` prelude]: preludes.md#macro_use-prelude
352352
[`macro_use`]: ../macros-by-example.md#the-macro_use-attribute
353353
[`match` arms]: ../expressions/match-expr.md
354354
[`Self`]: ../paths.md#self-1
355-
[`while let`]: ../expressions/loop-expr.md#predicate-pattern-loops
356355
[Associated consts]: ../items/associated-items.md#associated-constants
357356
[associated items]: ../items/associated-items.md
358357
[Asterisk glob imports]: ../items/use-declarations.md

0 commit comments

Comments
 (0)