about summary refs log tree commit diff
path: root/compiler/rustc_middle/src/ich/impls_syntax.rs
diff options
context:
space:
mode:
authorJane Lusby <jlusby@yaah.dev>2021-07-16 09:18:14 -0700
committerJane Lusby <jlusby@yaah.dev>2021-07-16 09:18:14 -0700
commit93b7aee2dad93b46ae81e1abb51edde7e6bb957c (patch)
tree4f5291aa387fccf79a8f6bff369c803521c0b981 /compiler/rustc_middle/src/ich/impls_syntax.rs
parent59d92bd0173fb0436b93aa56ff2cb288d4717701 (diff)
downloadrust-93b7aee2dad93b46ae81e1abb51edde7e6bb957c.tar.gz
rust-93b7aee2dad93b46ae81e1abb51edde7e6bb957c.zip
rename assert_matches module
Diffstat (limited to 'compiler/rustc_middle/src/ich/impls_syntax.rs')
-rw-r--r--compiler/rustc_middle/src/ich/impls_syntax.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_middle/src/ich/impls_syntax.rs b/compiler/rustc_middle/src/ich/impls_syntax.rs
index 1c66f831b5f..acf2990b643 100644
--- a/compiler/rustc_middle/src/ich/impls_syntax.rs
+++ b/compiler/rustc_middle/src/ich/impls_syntax.rs
@@ -6,7 +6,7 @@ use crate::ich::StableHashingContext;
 use rustc_ast as ast;
 use rustc_data_structures::stable_hasher::{HashStable, StableHasher};
 use rustc_span::{BytePos, NormalizedPos, SourceFile};
-use std::assert::assert_matches;
+use std::assert_matches::assert_matches;
 
 use smallvec::SmallVec;