Skip to content

Commit

Permalink
rust_log info
Browse files Browse the repository at this point in the history
  • Loading branch information
DougAnderson444 committed Jan 13, 2025
1 parent cf931c2 commit 8c5527a
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .cargo/config.toml
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
[target.wasm32-unknown-unknown]
rustflags = ["--deny", "warnings"]

[env]
RUST_LOG = "info"
1 change: 1 addition & 0 deletions examples/counter/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
name = "counter"
version = "0.1.0"
edition = "2021"
rust-version = "1.80"

# forced-target = "wasm32-unknown-unknown"

Expand Down
1 change: 0 additions & 1 deletion examples/counter/rustfmt.toml

This file was deleted.

1 change: 1 addition & 0 deletions examples/counter/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#[allow(warnings)]
#[cfg_attr(rustfmt, rustfmt_skip)]
mod bindings;

use std::sync::{LazyLock, Mutex};
Expand Down

0 comments on commit 8c5527a

Please sign in to comment.