Move [debug_]assert_matches to mod {core, std}::assert.
This commit is contained in:
parent
c5e344f774
commit
e3044432c7
9 changed files with 36 additions and 15 deletions
|
@ -6,6 +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 smallvec::SmallVec;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue