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.
new_unchecked
1 parent bd59af5 commit cc674abCopy full SHA for cc674ab
src/lib.rs
@@ -36,7 +36,7 @@ impl NonEmptyString {
36
Ok(NonEmptyString(string))
37
}
38
39
- /// Creates a new `NonEmptyString`, assuming it's not empty.
+ /// Creates a new `NonEmptyString`, assuming `string` is not empty.
40
///
41
/// # Safety
42
/// If the given `string` is empty, it'll be undefined behavior.
0 commit comments