Skip to content

Commit

Permalink
fix ci warn
Browse files Browse the repository at this point in the history
  • Loading branch information
YanHeDoki committed Dec 4, 2024
1 parent 33124c1 commit 444bfbf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/stream-to-file/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ futures = "0.3"
tokio = { version = "1.0", features = ["full"] }
tokio-util = { version = "0.7", features = ["io"] }
tracing = "0.1"
tracing-subscriber = { version = "0.3", features = ["env-filter"] }
tracing-subscriber = { version = "0.3", features = ["env-filter"] }
2 changes: 1 addition & 1 deletion examples/stream-to-file/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -141,4 +141,4 @@ fn path_is_valid(path: &str) -> bool {
}

components.count() == 1
}
}

0 comments on commit 444bfbf

Please sign in to comment.