Skip to content

Commit b2fdfab

Browse files
Run cargo fmt
1 parent ef3588b commit b2fdfab

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

library/coretests/tests/char.rs

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
1+
use std::char::{self, CharCase};
2+
use std::str;
13
use std::str::FromStr;
2-
use std::{
3-
char::{self, CharCase},
4-
str,
5-
};
64

75
#[test]
86
fn test_convert() {

0 commit comments

Comments
 (0)