Skip to content

Commit

Permalink
Fix whitespace style issues in vmodified chapters
Browse files Browse the repository at this point in the history
  • Loading branch information
chorman0773 committed Sep 23, 2024
1 parent a5f4253 commit 572f23e
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion src/lifetime-elision.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ _default object lifetime bound_. These were defined in [RFC 599] and amended in

r[lifetime-elision.trait-object.explicit-bound]
These default object lifetime bounds are used instead of the lifetime parameter
elision rules defined above when the lifetime bound is omitted entirely.
elision rules defined above when the lifetime bound is omitted entirely.

r[lifetime-elision.trait-object.explicit-placeholder]
If `'_` is used as the lifetime bound then the bound follows the usual elision
Expand Down
1 change: 0 additions & 1 deletion src/names.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,6 @@ r[name.implicit.root]
Additionally, the crate root module does not have a name, but can be referred
to with certain [path qualifiers] or aliases.


[*Name resolution*]: names/name-resolution.md
[*namespaces*]: names/namespaces.md
[*paths*]: paths.md
Expand Down
1 change: 0 additions & 1 deletion src/paths.md
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,6 @@ r[path.qualifier.mod-self.restriction]
r[path.qualifier.self-pat]
In a method body, a path which consists of a single `self` segment resolves to the method's self parameter.


```rust
fn foo() {}
fn bar() {
Expand Down

0 comments on commit 572f23e

Please sign in to comment.