We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
from_fn
1 parent b4a8689 commit af999c4Copy full SHA for af999c4
rust/alloc/string.rs
@@ -49,8 +49,8 @@ use core::char::{decode_utf16, REPLACEMENT_CHARACTER};
49
use core::fmt;
50
use core::hash;
51
#[cfg(not(no_global_oom_handling))]
52
-use core::iter::FromIterator;
53
-use core::iter::{from_fn, FusedIterator};
+use core::iter::{from_fn, FromIterator};
+use core::iter::FusedIterator;
54
55
use core::ops::Add;
56
0 commit comments