Fix bug with Uuid::new()
function when compiling
This commit is contained in:
parent
9282feac1f
commit
c16705690b
1 changed files with 0 additions and 1 deletions
|
@ -49,7 +49,6 @@ impl Deref for Uuid {
|
|||
|
||||
impl Uuid {
|
||||
/// Generate a new V4 UUID
|
||||
#[cfg(uuid_unstable)]
|
||||
pub fn new() -> Self {
|
||||
#[cfg(uuid_unstable)]
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue