Skip to content

Commit 34978b1

Browse files
github-actions[bot]celinvaltautschnig
authored
Automatic toolchain upgrade to nightly-2025-09-28 (#4383)
Update Rust toolchain from nightly-2025-09-27 to nightly-2025-09-28 without any other source changes. --------- Co-authored-by: celinval <[email protected]> Co-authored-by: Michael Tautschnig <[email protected]>
1 parent 1f71294 commit 34978b1

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

rust-toolchain.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
# SPDX-License-Identifier: Apache-2.0 OR MIT
33

44
[toolchain]
5-
channel = "nightly-2025-09-27"
5+
channel = "nightly-2025-09-28"
66
components = ["llvm-tools", "rustc-dev", "rust-src", "rustfmt"]

tools/kani-cov/src/args.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
use std::path::PathBuf;
1111

1212
use anyhow::{Result, bail};
13-
use clap::{arg, command};
1413

1514
use crate::{merge, report, summary};
1615

0 commit comments

Comments
 (0)