#[allow(unknown_lints)]
This commit is contained in:
parent
c48b5a558b
commit
3a6eecfa19
1 changed files with 1 additions and 0 deletions
|
@ -187,6 +187,7 @@ mod test {
|
|||
}
|
||||
|
||||
#[test]
|
||||
#[allow(unknown_lints)] // invalid_from_utf8 was added in rust 1.72
|
||||
#[allow(invalid_from_utf8)]
|
||||
fn example_slice() {
|
||||
use super::FromCp437;
|
||||
|
|
Loading…
Add table
Reference in a new issue