Skip to content

Commit

Permalink
Export AllocError as well as Allocator.
Browse files Browse the repository at this point in the history
  • Loading branch information
cfallin committed Jan 15, 2021
1 parent 7648ce9 commit be3ea79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/raw/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ cfg_if! {
}

mod alloc;
pub use self::alloc::{do_alloc, Allocator, Global};
pub use self::alloc::{do_alloc, AllocError, Allocator, Global};

mod bitmask;

Expand Down

0 comments on commit be3ea79

Please sign in to comment.