Rollup merge of #86947 - m-ou-se:assert-matches-to-submodule, r=yaahc
Move assert_matches to an inner module Fixes #82913
This commit is contained in:
commit
a5acb7b4ba
9 changed files with 36 additions and 15 deletions
|
@ -6,6 +6,7 @@
|
|||
//! integer. It is crucial that these operations call `check_align` *before*
|
||||
//! short-circuiting the empty case!
|
||||
|
||||
use std::assert::assert_matches;
|
||||
use std::borrow::Cow;
|
||||
use std::collections::VecDeque;
|
||||
use std::convert::{TryFrom, TryInto};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue