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 db2546b commit a784ae9Copy full SHA for a784ae9
src/core/string.rs
@@ -60,7 +60,7 @@ impl NgxStr {
60
str::from_utf8(self.as_bytes())
61
}
62
63
- /// Converts an [`NgxStr`] into a [`Cow<str>`], replacing invalid UTF-8 sequences.
+ /// Converts an [`NgxStr`] into a [`std::borrow::Cow<str>`], replacing invalid UTF-8 sequences.
64
///
65
/// See [`String::from_utf8_lossy`].
66
0 commit comments