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 29, 2020
1 parent dc92729 commit 4af343c
Show file tree
Hide file tree
Showing 5 changed files with 62 additions and 537 deletions.
2 changes: 1 addition & 1 deletion crates/mun_runtime/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@ mlua = { package ="mlua", version="0.2", default-features = false, features=["ve
wasmer-runtime = "0.16"

[[bench]]
name = "fibonacci"
name = "benchmarks"
harness = false
File renamed without changes.
18 changes: 0 additions & 18 deletions crates/mun_runtime/benches/resources/fibonacci.rs

This file was deleted.

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 4af343c

Please sign in to comment.