Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 7717705

Browse files
committedJul 6, 2018
Update RLS, Rustfmt, Cargo, and Clippy
1 parent 2d5a295 commit 7717705

File tree

6 files changed

+86
-175
lines changed

6 files changed

+86
-175
lines changed
 

‎src/Cargo.lock

Lines changed: 81 additions & 171 deletions
Large diffs are not rendered by default.

‎src/tools/clippy

‎src/tools/rls

Submodule rls updated from 7d0bc55 to 6b4238b

‎src/tools/rustfmt

‎src/tools/tidy/src/deps.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ static EXCEPTIONS: &'static [&'static str] = &[
4747
"selectors", // MPL-2.0, rustdoc
4848
"clippy_lints", // MPL-2.0, rls
4949
"colored", // MPL-2.0, rustfmt
50+
"ordslice", // Apache-2.0, rls
5051
];
5152

5253
/// Which crates to check against the whitelist?

0 commit comments

Comments
 (0)
Please sign in to comment.