We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 87072c1 commit aedbd2dCopy full SHA for aedbd2d
library/core/src/bstr/mod.rs
@@ -36,7 +36,7 @@ use crate::ops::{Deref, DerefMut, DerefPure};
36
/// presented as hex escape sequences.
37
///
38
/// The `Display` implementation behaves as if the `ByteStr` were first lossily converted to a
39
-/// `str`, with invalid UTF-8 presented as the Unicode replacement character: �
+/// `str`, with invalid UTF-8 presented as the Unicode replacement character (�).
40
#[unstable(feature = "bstr", issue = "134915")]
41
#[repr(transparent)]
42
#[doc(alias = "BStr")]
0 commit comments