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