rename heapable to allocatable

This commit is contained in:
vms 2021-04-25 00:09:11 +03:00
parent e75a108998
commit 39dca73210
2 changed files with 2 additions and 2 deletions

View File

@ -14,8 +14,8 @@
* limitations under the License.
*/
mod heapable;
mod allocatable;
mod record_resolvable;
pub use heapable::*;
pub use allocatable::*;
pub use record_resolvable::*;