Fix feature name

This commit is contained in:
durch
2023-12-20 16:16:45 +01:00
parent 826db30d2b
commit 0d5f594a69
+1 -1
View File
@@ -54,7 +54,7 @@ fn test_function() {
#[tokio::main]
async fn main() -> anyhow::Result<()> {
cfg_if::cfg_if! {
if #[cfg(feature = "console-subscriber")] {
if #[cfg(feature = "tokio-console")] {
console_subscriber::init();
}
}