This commit is contained in:
stelzo 2024-05-17 18:04:19 +02:00
parent 21b98d447d
commit d9a940f3b7
1 changed files with 1 additions and 1 deletions

View File

@ -148,7 +148,7 @@
// Setup an allocator with #[global_allocator]
// see: https://doc.rust-lang.org/std/alloc/trait.GlobalAlloc.html
extern crate type_layout;
pub extern crate type_layout;
pub mod points;
pub mod prelude;