mirror of
https://github.com/uuid-rs/uuid.git
synced 2025-10-02 07:20:40 +00:00
some more dead code lints
This commit is contained in:
parent
442091b95d
commit
46957fe505
@ -15,7 +15,6 @@ pub(crate) enum ErrorKind {
|
|||||||
/// [`Uuid`]: ../struct.Uuid.html
|
/// [`Uuid`]: ../struct.Uuid.html
|
||||||
SimpleLength { len: usize },
|
SimpleLength { len: usize },
|
||||||
/// A byte array didn't contain 16 bytes
|
/// A byte array didn't contain 16 bytes
|
||||||
#[allow(dead_code)]
|
|
||||||
ByteLength { len: usize },
|
ByteLength { len: usize },
|
||||||
/// A hyphenated [`Uuid`] didn't contain 5 groups
|
/// A hyphenated [`Uuid`] didn't contain 5 groups
|
||||||
///
|
///
|
||||||
@ -30,7 +29,6 @@ pub(crate) enum ErrorKind {
|
|||||||
index: usize,
|
index: usize,
|
||||||
},
|
},
|
||||||
/// Some other error occurred.
|
/// Some other error occurred.
|
||||||
#[allow(dead_code)]
|
|
||||||
Other,
|
Other,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user