s/Show/Debug/g
This commit is contained in:
parent
09ba9f5c87
commit
788181d405
195 changed files with 577 additions and 577 deletions
|
@ -144,7 +144,7 @@ Section: Creating a string
|
|||
*/
|
||||
|
||||
/// Errors which can occur when attempting to interpret a byte slice as a `str`.
|
||||
#[derive(Copy, Eq, PartialEq, Clone, Show)]
|
||||
#[derive(Copy, Eq, PartialEq, Clone, Debug)]
|
||||
#[unstable(feature = "core",
|
||||
reason = "error enumeration recently added and definitions may be refined")]
|
||||
pub enum Utf8Error {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue