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 c8972fe
Show file tree
Hide file tree
Showing 2 changed files with 61 additions and 518 deletions.
5 changes: 2 additions & 3 deletions crates/mun_runtime/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,14 @@ mod assembly;
mod function;
#[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 c8972fe

Please sign in to comment.