Consolidate all unsafe code under one single file.

This commit is contained in:
Stephen Chung
2020-05-14 18:27:22 +08:00
parent 5c61827c7c
commit 5d5ceb4049
5 changed files with 92 additions and 63 deletions

View File

@@ -85,6 +85,7 @@ mod result;
mod scope;
mod stdlib;
mod token;
mod r#unsafe;
mod utils;
pub use any::Dynamic;