We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2ab582 commit 917c198Copy full SHA for 917c198
src/librustc/ty/context.rs
@@ -69,7 +69,6 @@ use std::ops::Deref;
69
use std::iter;
70
use std::sync::mpsc;
71
use std::sync::Arc;
72
-use std::sync::Mutex;
73
use rustc_target::spec::abi;
74
use syntax::ast::{self, NodeId};
75
use syntax::attr;
@@ -1714,8 +1713,6 @@ pub mod tls {
1714
1713
use rayon_core;
1715
use dep_graph::OpenTask;
1716
use rustc_data_structures::sync::{self, Lrc, Lock};
1717
- use std::sync::Arc;
1718
- use std::sync::Mutex;
1719
1720
/// This is the implicit state of rustc. It contains the current
1721
/// TyCtxt and query. It is updated when creating a local interner or
0 commit comments