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 f5acafa commit e98cb1cCopy full SHA for e98cb1c
tests/tests.rs
@@ -786,7 +786,7 @@ fn test_arraystring_const_constructible() {
786
787
788
#[test]
789
-fn test_arraystring_has_some_sanity_checks() {
+fn test_arraystring_zero_filled_has_some_sanity_checks() {
790
let string = ArrayString::<4>::zero_filled();
791
assert_eq!(string.as_str(), "\0\0\0\0");
792
assert_eq!(string.len(), 4);
0 commit comments