Skip to content

Commit

Permalink
Merge pull request #645 from uuid-rs/fix/extern-alloc
Browse files Browse the repository at this point in the history
Remove extern crate alloc
  • Loading branch information
KodrAus committed Nov 14, 2022
2 parents f5a29cf + b7c845f commit ce445a2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/lib.rs
Expand Up @@ -267,7 +267,6 @@ mod external;
#[macro_use]
mod macros;

extern crate alloc;
#[doc(hidden)]
#[cfg(feature = "macro-diagnostics")]
pub extern crate uuid_macro_internal;
Expand Down

0 comments on commit ce445a2

Please sign in to comment.