Skip to content

Commit

Permalink
Reworking crates
Browse files Browse the repository at this point in the history
  • Loading branch information
andrzejressel committed Mar 10, 2024
1 parent 4221f24 commit d3d8c56
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions wasm_common/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,6 @@ use std::sync::atomic::AtomicBool;
use std::sync::atomic::Ordering::Relaxed;

use crate::logger::Logger;
// #[allow(clippy::all)]
// #[allow(dead_code)]
// #[allow(unused_variables)]
// #[allow(unused_unsafe)]
// mod bindings;

#[allow(clippy::all)]
#[allow(dead_code)]
Expand All @@ -18,12 +13,6 @@ mod bindings {
world: "logger",
path: "../wits/world.wit"
});




// pub mod export as export_2;

}

pub use bindings::*;
Expand Down

0 comments on commit d3d8c56

Please sign in to comment.