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

Commit 2edbc7b

Browse files
authored
Merge pull request #1185 from Xanewok/fix-warnings
Fix unused warnings
2 parents fbf32ff + 12404c8 commit 2edbc7b

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

src/actions/notifications.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ use crate::Span;
1515
use log::{debug, trace, warn};
1616
use rls_vfs::{Change, VfsSpan};
1717
use serde::Deserialize;
18-
use serde_json;
1918
use std::sync::atomic::Ordering;
2019

2120
use crate::build::*;

src/build/rustc.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,6 @@ impl<'a> CompilerCalls<'a> for RlsRustcCalls {
301301
edition: match state.session.edition() {
302302
RustcEdition::Edition2015 => Edition::Edition2015,
303303
RustcEdition::Edition2018 => Edition::Edition2018,
304-
_ => Edition::default(),
305304
},
306305
};
307306
let files = fetch_input_files(state.session);

0 commit comments

Comments
 (0)