Skip to content

Commit 6134f6b

Browse files
authored
ci: update Nighly version for the Clippy job (#718)
1 parent 0b9c42e commit 6134f6b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/workspace.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
# Fixed Nigthly version is used to prevent
2424
# CI failures which are not relevant to PR changes
2525
# on introduction of new Clippy lints.
26-
toolchain: nightly-2025-06-01
26+
toolchain: nightly-2025-09-15
2727
components: clippy,rust-src
2828
- name: std feature
2929
run: cargo clippy --features std

src/backends/windows.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ pub use crate::util::{inner_u32, inner_u64};
4444
extern "system" {
4545
fn ProcessPrng(pbdata: *mut u8, cbdata: usize) -> BOOL;
4646
}
47-
#[allow(clippy::upper_case_acronyms)]
47+
#[allow(clippy::upper_case_acronyms, clippy::incompatible_msrv)]
4848
type BOOL = core::ffi::c_int; // MSRV 1.64, similarly OK for this backend.
4949
const TRUE: BOOL = 1;
5050

0 commit comments

Comments
 (0)