Skip to content

Commit ed95833

Browse files
chorman0773ehuss
authored andcommitted
Fix whitespace style issues in vmodified chapters
1 parent 5d995b0 commit ed95833

File tree

3 files changed

+1
-3
lines changed

3 files changed

+1
-3
lines changed

src/lifetime-elision.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ _default object lifetime bound_. These were defined in [RFC 599] and amended in
102102

103103
r[lifetime-elision.trait-object.explicit-bound]
104104
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.
106106

107107
r[lifetime-elision.trait-object.explicit-placeholder]
108108
If `'_` is used as the lifetime bound then the bound follows the usual elision

src/names.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,6 @@ r[name.implicit.root]
131131
Additionally, the crate root module does not have a name, but can be referred
132132
to with certain [path qualifiers] or aliases.
133133

134-
135134
[*Name resolution*]: names/name-resolution.md
136135
[*namespaces*]: names/namespaces.md
137136
[*paths*]: paths.md

src/paths.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,6 @@ r[path.qualifier.mod-self.restriction]
240240
r[path.qualifier.self-pat]
241241
In a method body, a path which consists of a single `self` segment resolves to the method's self parameter.
242242

243-
244243
```rust
245244
fn foo() {}
246245
fn bar() {

0 commit comments

Comments
 (0)