Fix bug with Uuid::new() function when compiling

This commit is contained in:
Tobie Morgan Hitchcock 2023-01-26 19:22:03 +00:00
parent 9282feac1f
commit c16705690b

View file

@ -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)]
{