Skip to content

Commit 572f23e

Browse files
committed
Fix whitespace style issues in vmodified chapters
1 parent a5f4253 commit 572f23e

File tree

3 files changed

+1
-3
lines changed

3 files changed

+1
-3
lines changed

src/lifetime-elision.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ _default object lifetime bound_. These were defined in [RFC 599] and amended in
9999

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

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

src/names.md

-1
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

-1
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)