Skip to content

Commit

Permalink
Remove no-longer-needed #[allow(...)] directives. (bytecodealliance#35
Browse files Browse the repository at this point in the history
)
  • Loading branch information
sunfishcode authored Dec 22, 2022
1 parent b8e2c74 commit 657ffaf
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 6 deletions.
2 changes: 0 additions & 2 deletions host/src/exit.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
#![allow(unused_variables)]

use crate::{wasi_exit, WasiCtx};

#[async_trait::async_trait]
Expand Down
2 changes: 0 additions & 2 deletions host/src/logging.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
#![allow(unused_variables)]

use crate::{wasi_logging, WasiCtx};

#[async_trait::async_trait]
Expand Down
2 changes: 0 additions & 2 deletions wasi-common/src/pipe.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
// This is mostly stubs
#![allow(unused_variables, dead_code)]
//! Virtual pipes.
//!
//! These types provide easy implementations of `WasiFile` that mimic much of the behavior of Unix
Expand Down

0 comments on commit 657ffaf

Please sign in to comment.