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 c187787

Browse files
committedApr 26, 2018
Auto merge of #50236 - nrc:update, r=alexcrichton
Update rustfmt and rls r? @alexcrichton
2 parents 84ce67e + 612830d commit c187787

File tree

4 files changed

+143
-61
lines changed

4 files changed

+143
-61
lines changed
 

‎src/Cargo.lock

Lines changed: 139 additions & 58 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎src/tools/rls

Submodule rls updated from 7bda116 to 9144e22

‎src/tools/rustfmt

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,8 @@ static EXCEPTIONS: &'static [&'static str] = &[
4545
"fuchsia-zircon", // BSD-3-Clause, rustdoc, rustc, cargo (jobserver & tempdir)
4646
"cssparser-macros", // MPL-2.0, rustdoc
4747
"selectors", // MPL-2.0, rustdoc
48-
"clippy_lints", // MPL-2.0 rls
48+
"clippy_lints", // MPL-2.0, rls
49+
"colored", // MPL-2.0, rustfmt
4950
];
5051

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

0 commit comments

Comments
 (0)
Please sign in to comment.