From c16705690b1d1d75c31f693e2885e7673288d793 Mon Sep 17 00:00:00 2001 From: Tobie Morgan Hitchcock Date: Thu, 26 Jan 2023 19:22:03 +0000 Subject: [PATCH] Fix bug with `Uuid::new()` function when compiling --- lib/src/sql/uuid.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/src/sql/uuid.rs b/lib/src/sql/uuid.rs index 2456c034..38f1a63f 100644 --- a/lib/src/sql/uuid.rs +++ b/lib/src/sql/uuid.rs @@ -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)] {