pub
This commit is contained in:
parent
21b98d447d
commit
d9a940f3b7
|
|
@ -148,7 +148,7 @@
|
||||||
// Setup an allocator with #[global_allocator]
|
// Setup an allocator with #[global_allocator]
|
||||||
// see: https://doc.rust-lang.org/std/alloc/trait.GlobalAlloc.html
|
// 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 points;
|
||||||
pub mod prelude;
|
pub mod prelude;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue