We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ebfd85 commit 0f491beCopy full SHA for 0f491be
src/doc/reference.md
@@ -881,7 +881,7 @@ mod foo {
881
}
882
883
use foo::example::iter; // good: foo is at crate root
884
-// use example::iter; // bad: core is not at the crate root
+// use example::iter; // bad: example is not at the crate root
885
use self::baz::foobaz; // good: self refers to module 'foo'
886
use foo::bar::foobar; // good: foo is at crate root
887
0 commit comments