Skip to content

Commit 90759be

Browse files
committed
Auto merge of #48202 - nrc:update, r=kennytm
Update RLS Should fix the RLS test breakage. r? @alexcrichton
2 parents 3ec5a99 + 45944f6 commit 90759be

File tree

3 files changed

+39
-18
lines changed

3 files changed

+39
-18
lines changed

src/Cargo.lock

+37-17
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 dee42bd to f014911

src/tools/tidy/src/deps.rs

+1
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ static EXCEPTIONS: &'static [&'static str] = &[
4141
"fuchsia-zircon", // BSD-3-Clause, rustdoc, rustc, cargo (jobserver & tempdir)
4242
"cssparser-macros", // MPL-2.0, rustdoc
4343
"selectors", // MPL-2.0, rustdoc
44+
"clippy_lints", // MPL-2.0 rls
4445
];
4546

4647
pub fn check(path: &Path, bad: &mut bool) {

0 commit comments

Comments
 (0)