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

Fix unused warnings #1185

Merged
merged 1 commit into from
Dec 13, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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