File tree Expand file tree Collapse file tree 3 files changed +1
-3
lines changed Expand file tree Collapse file tree 3 files changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -99,7 +99,7 @@ _default object lifetime bound_. These were defined in [RFC 599] and amended in
9999
100100r[ lifetime-elision.trait-object.explicit-bound]
101101These default object lifetime bounds are used instead of the lifetime parameter
102- elision rules defined above when the lifetime bound is omitted entirely.
102+ elision rules defined above when the lifetime bound is omitted entirely.
103103
104104r[ lifetime-elision.trait-object.explicit-placeholder]
105105If ` '_ ` is used as the lifetime bound then the bound follows the usual elision
Original file line number Diff line number Diff line change @@ -131,7 +131,6 @@ r[name.implicit.root]
131131Additionally, the crate root module does not have a name, but can be referred
132132to with certain [ path qualifiers] or aliases.
133133
134-
135134[ *Name resolution* ] : names/name-resolution.md
136135[ *namespaces* ] : names/namespaces.md
137136[ *paths* ] : paths.md
Original file line number Diff line number Diff line change @@ -240,7 +240,6 @@ r[path.qualifier.mod-self.restriction]
240240r[ path.qualifier.self-pat]
241241In a method body, a path which consists of a single ` self ` segment resolves to the method's self parameter.
242242
243-
244243``` rust
245244fn foo () {}
246245fn bar () {
You can’t perform that action at this time.
0 commit comments