We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef3588b commit b2fdfabCopy full SHA for b2fdfab
1 file changed
library/coretests/tests/char.rs
@@ -1,8 +1,6 @@
1
+use std::char::{self, CharCase};
2
+use std::str;
3
use std::str::FromStr;
-use std::{
- char::{self, CharCase},
4
- str,
5
-};
6
7
#[test]
8
fn test_convert() {
0 commit comments