File tree 3 files changed +1
-3
lines changed
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
99
99
100
100
r[ lifetime-elision.trait-object.explicit-bound]
101
101
These 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.
103
103
104
104
r[ lifetime-elision.trait-object.explicit-placeholder]
105
105
If ` '_ ` 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]
131
131
Additionally, the crate root module does not have a name, but can be referred
132
132
to with certain [ path qualifiers] or aliases.
133
133
134
-
135
134
[ *Name resolution* ] : names/name-resolution.md
136
135
[ *namespaces* ] : names/namespaces.md
137
136
[ *paths* ] : paths.md
Original file line number Diff line number Diff line change @@ -240,7 +240,6 @@ r[path.qualifier.mod-self.restriction]
240
240
r[ path.qualifier.self-pat]
241
241
In a method body, a path which consists of a single ` self ` segment resolves to the method's self parameter.
242
242
243
-
244
243
``` rust
245
244
fn foo () {}
246
245
fn bar () {
You can’t perform that action at this time.
0 commit comments