Skip to content

Commit 070f536

Browse files
committed
fix failing doctest
1 parent 0550278 commit 070f536

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/names/name-resolution.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ pub mod bar {
130130
use foo::baz;
131131
fn f() {
132132
use bar::baz;
133-
use baz::Name
133+
use baz::Name;
134134
Name(());
135135
}
136136
```

0 commit comments

Comments
 (0)