Skip to content
This repository has been archived by the owner on Dec 29, 2022. It is now read-only.

Commit

Permalink
Merge pull request #1185 from Xanewok/fix-warnings
Browse files Browse the repository at this point in the history
Fix unused warnings
  • Loading branch information
Xanewok authored Dec 13, 2018
2 parents fbf32ff + 12404c8 commit 2edbc7b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/actions/notifications.rs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ use crate::Span;
use log::{debug, trace, warn};
use rls_vfs::{Change, VfsSpan};
use serde::Deserialize;
use serde_json;
use std::sync::atomic::Ordering;

use crate::build::*;
Expand Down
1 change: 0 additions & 1 deletion src/build/rustc.rs
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,6 @@ impl<'a> CompilerCalls<'a> for RlsRustcCalls {
edition: match state.session.edition() {
RustcEdition::Edition2015 => Edition::Edition2015,
RustcEdition::Edition2018 => Edition::Edition2018,
_ => Edition::default(),
},
};
let files = fetch_input_files(state.session);
Expand Down

0 comments on commit 2edbc7b

Please sign in to comment.