Skip to content

Commit 6e449da

Browse files
committed
Remove trailing newlines
1 parent ff5e31f commit 6e449da

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ can give you a good example of how a typical contribution would go.
3535
[feature-requests]: #feature-requests
3636

3737
To request a change to the way the Rust language works, please head over
38-
to the [RFCs repository](https://github.com/rust-lang/rfcs) and view the
38+
to the [RFCs repository](https://github.com/rust-lang/rfcs) and view the
3939
[README](https://github.com/rust-lang/rfcs/blob/master/README.md)
4040
for instructions.
4141

@@ -191,7 +191,7 @@ before the PR is merged.
191191
[breaking-tools-built-with-the-compiler]: #breaking-tools-built-with-the-compiler
192192

193193
Rust's build system builds a number of tools that make use of the
194-
internals of the compiler. This includes
194+
internals of the compiler. This includes
195195
[Clippy](https://github.com/rust-lang/rust-clippy),
196196
[RLS](https://github.com/rust-lang/rls) and
197197
[rustfmt](https://github.com/rust-lang/rustfmt). If these tools

0 commit comments

Comments
 (0)