Skip to content

Commit

Permalink
misc: removed lots of trait impls into macros
Browse files Browse the repository at this point in the history
  • Loading branch information
baszalmstra committed Mar 27, 2020
1 parent dc92729 commit ea4719e
Show file tree
Hide file tree
Showing 2 changed files with 65 additions and 519 deletions.
7 changes: 2 additions & 5 deletions crates/mun_runtime/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,14 @@

mod assembly;
mod function;
#[macro_use]
mod macros;
#[macro_use] mod macros;
#[macro_use] mod type_info;
mod garbage_collector;
mod marshal;
mod reflection;
mod static_type_map;
mod r#struct;

#[macro_use]
mod type_info;

#[cfg(test)]
mod test;

Expand Down
Loading

0 comments on commit ea4719e

Please sign in to comment.