Skip to content
This repository has been archived by the owner on Jun 19, 2024. It is now read-only.

Commit

Permalink
refactor: rename pros_alloc module to allocator
Browse files Browse the repository at this point in the history
  • Loading branch information
Gavin-Niederman committed Feb 27, 2024
1 parent cb4d4e8 commit ca40ed3
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/pros-core/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ extern crate alloc;

pub mod error;
pub mod io;
pub mod pros_alloc;
pub mod allocator;
pub mod sync;
pub mod task;
pub mod time;

0 comments on commit ca40ed3

Please sign in to comment.