We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b237633 commit e308c9cCopy full SHA for e308c9c
[refs]
@@ -1,2 +1,2 @@
1
---
2
-refs/heads/master: f2e22b2e8e2b263728b5859a4e8406ecad6f2d6f
+refs/heads/master: 5d0f9d92ffcbc1fb2bd428ceccf7b19d77510796
trunk/doc/rust.texi
@@ -973,7 +973,7 @@ components, it refers to an item.
973
Every item has a @emph{canonical path} within its crate, but the path naming
974
an item is only meaningful within a given crate. There is no global namespace
975
across crates; an item's canonical path merely identifies it within the
976
-crate. @xref{Ref.Comp.Crate}
+crate. @xref{Ref.Comp.Crate}.
977
978
Path components are usually identifiers. @xref{Ref.Lex.Ident}. The last
979
component of a path may also have trailing explicit type arguments.
0 commit comments