We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 981ce7d commit 4260e43Copy full SHA for 4260e43
src/libstd_unicode/u_str.rs
@@ -26,7 +26,7 @@ use core::str::Split;
26
/// [`split_whitespace`]: ../../std/primitive.str.html#method.split_whitespace
27
/// [`str`]: ../../std/primitive.str.html
28
#[stable(feature = "split_whitespace", since = "1.1.0")]
29
-#[derive(Clone)]
+#[derive(Clone, Debug)]
30
pub struct SplitWhitespace<'a> {
31
inner: Filter<Split<'a, IsWhitespace>, IsNotEmpty>,
32
}
0 commit comments