Skip to content

Commit da4952b

Browse files
authored
Disable logging of macro expansion (#354)
1 parent d809dc3 commit da4952b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

butane_core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ repository.workspace = true
1313
async-adapter = ["async", "crossbeam-channel"]
1414
async = ["tokio"]
1515
datetime = ["chrono", "tokio-postgres?/with-chrono-0_4"]
16-
debug = ["log", "maybe-async-cfg/debug"]
16+
debug = ["log"]
1717
fake = ["dep:fake", "rand"]
1818
json = ["tokio-postgres?/with-serde_json-1", "rusqlite?/serde_json"]
1919
log = ["dep:log", "rusqlite?/trace"]

0 commit comments

Comments
 (0)