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 @@ -102,7 +102,7 @@ _default object lifetime bound_. These were defined in [RFC 599] and amended in
102
102
103
103
r[ lifetime-elision.trait-object.explicit-bound]
104
104
These default object lifetime bounds are used instead of the lifetime parameter
105
- elision rules defined above when the lifetime bound is omitted entirely.
105
+ elision rules defined above when the lifetime bound is omitted entirely.
106
106
107
107
r[ lifetime-elision.trait-object.explicit-placeholder]
108
108
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