Skip to content

Commit

Permalink
fix: tracing and log failing for std
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmah309 committed Sep 11, 2024
1 parent 5f26f1b commit 9f03c0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#![cfg_attr(not(test), no_std)]
#![cfg_attr(not(any(test, feature = "tracing", feature = "log", feature = "record_stub")), no_std)]
#![cfg_attr(docsrs, feature(doc_cfg))]
#![doc = include_str!("../README.md")]

Expand Down

0 comments on commit 9f03c0e

Please sign in to comment.