Skip to content

Commit

Permalink
fix clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
pxp9 committed Dec 21, 2024
1 parent 1945e66 commit 97aa430
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion fang/src/blocking/worker.rs
Original file line number Diff line number Diff line change
Expand Up @@ -435,7 +435,6 @@ mod worker_tests {

#[test]
#[ignore]

fn no_schedule_until_run() {
let task = TaskScheduled {};

Expand Down
2 changes: 1 addition & 1 deletion rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[toolchain]
versioned = "1.82"
versioned = "1.83"
channel = "stable-x86_64-unknown-linux-gnu"
components = ["rustfmt", "rustc-dev", "clippy"]
targets = ["x86_64-unknown-linux-gnu"]
Expand Down

0 comments on commit 97aa430

Please sign in to comment.