Skip to content

Commit

Permalink
Auto merge of #48202 - nrc:update, r=kennytm
Browse files Browse the repository at this point in the history
Update RLS

Should fix the RLS test breakage.

r? @alexcrichton
  • Loading branch information
bors committed Feb 15, 2018
2 parents 3ec5a99 + 45944f6 commit 90759be
Show file tree
Hide file tree
Showing 3 changed files with 39 additions and 18 deletions.
54 changes: 37 additions & 17 deletions src/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/tools/rls
Submodule rls updated from dee42b to f01491
1 change: 1 addition & 0 deletions src/tools/tidy/src/deps.rs
Expand Up @@ -41,6 +41,7 @@ static EXCEPTIONS: &'static [&'static str] = &[
"fuchsia-zircon", // BSD-3-Clause, rustdoc, rustc, cargo (jobserver & tempdir)
"cssparser-macros", // MPL-2.0, rustdoc
"selectors", // MPL-2.0, rustdoc
"clippy_lints", // MPL-2.0 rls
];

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

0 comments on commit 90759be

Please sign in to comment.