Allow newly uplifted invalid_from_utf8 lint
This commit is contained in:
parent
7f99c7d3e6
commit
b84c190b9a
2 changed files with 4 additions and 0 deletions
|
@ -1,3 +1,5 @@
|
|||
#![cfg_attr(not(bootstrap), allow(invalid_from_utf8))]
|
||||
|
||||
use std::assert_matches::assert_matches;
|
||||
use std::borrow::Cow;
|
||||
use std::cmp::Ordering::{Equal, Greater, Less};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue