mirror of
https://github.com/uuid-rs/uuid.git
synced 2025-10-01 15:01:05 +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
|
||||
SimpleLength { len: usize },
|
||||
/// A byte array didn't contain 16 bytes
|
||||
#[allow(dead_code)]
|
||||
ByteLength { len: usize },
|
||||
/// A hyphenated [`Uuid`] didn't contain 5 groups
|
||||
///
|
||||
@ -30,7 +29,6 @@ pub(crate) enum ErrorKind {
|
||||
index: usize,
|
||||
},
|
||||
/// Some other error occurred.
|
||||
#[allow(dead_code)]
|
||||
Other,
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user