Skip to content

Commit

Permalink
buffer_sv2: refactor to std logic
Browse files Browse the repository at this point in the history
  • Loading branch information
Georges Palauqui committed Oct 19, 2024
1 parent b3672e6 commit ea7fd46
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion utils/buffer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ name = "pool_iai"
harness = false

[features]
debug = []
std = ["serde?/std"]
debug = ["std"]
fuzz = []
with_serde = ["serde"]

Expand Down
2 changes: 1 addition & 1 deletion utils/buffer/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//#![cfg_attr(not(feature = "debug"), no_std)]
#![cfg_attr(not(feature = "debug"), no_std)]
//#![feature(backtrace)]

mod buffer;
Expand Down

0 comments on commit ea7fd46

Please sign in to comment.