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 ab2d4f7 commit 3ebe62bCopy full SHA for 3ebe62b
library/std/src/sys_common/wtf8/tests.rs
@@ -744,7 +744,7 @@ fn wobbled_wtf8_plus_str_isnt_utf8() {
744
745
746
#[test]
747
-fn unwobbly_wtf8_plus_utf8_is_utf8() {
+fn unwobbly_wtf8_plus_str_is_utf8() {
748
let mut string: Wtf8Buf = Wtf8Buf::from_str("hello world");
749
assert!(string.is_known_utf8);
750
string.push_str("some utf-8");
0 commit comments