build(deps): update rustix requirement from 0.38.31 to 1.0.3 #12
clippy
4 warnings
Details
Results
| Message level | Amount |
|---|---|
| Internal compiler error | 0 |
| Error | 0 |
| Warning | 4 |
| Note | 0 |
| Help | 0 |
Versions
- rustc 1.88.0-nightly (0b45675cf 2025-03-31)
- cargo 1.88.0-nightly (a6c604d1b 2025-03-26)
- clippy 0.1.87 (0b45675cfc 2025-03-31)
Annotations
Check warning on line 10 in src/lib.rs
github-actions / clippy
the feature `strict_provenance` has been stable since 1.84.0 and no longer requires an attribute to enable
warning: the feature `strict_provenance` has been stable since 1.84.0 and no longer requires an attribute to enable
--> src/lib.rs:10:9
|
10 | strict_provenance
| ^^^^^^^^^^^^^^^^^
Check warning on line 8 in src/lib.rs
github-actions / clippy
the feature `type_privacy_lints` has been stable since 1.79.0 and no longer requires an attribute to enable
warning: the feature `type_privacy_lints` has been stable since 1.79.0 and no longer requires an attribute to enable
--> src/lib.rs:8:9
|
8 | type_privacy_lints,
| ^^^^^^^^^^^^^^^^^^
|
= note: `#[warn(stable_features)]` on by default
Check warning on line 17 in src/lib.rs
github-actions / clippy
unknown lint: `lossy_provenance_casts`
warning: unknown lint: `lossy_provenance_casts`
--> src/lib.rs:17:9
|
17 | lossy_provenance_casts,
| ^^^^^^^^^^^^^^^^^^^^^^
|
= note: the `lossy_provenance_casts` lint is unstable
= note: see issue #130351 <https://github.com/rust-lang/rust/issues/130351> for more information
= help: add `#![feature(strict_provenance_lints)]` to the crate attributes to enable
= note: this compiler was built on 2025-03-31; consider upgrading it if it is out of date
Check warning on line 16 in src/lib.rs
github-actions / clippy
unknown lint: `fuzzy_provenance_casts`
warning: unknown lint: `fuzzy_provenance_casts`
--> src/lib.rs:16:9
|
16 | fuzzy_provenance_casts,
| ^^^^^^^^^^^^^^^^^^^^^^
|
= note: the `fuzzy_provenance_casts` lint is unstable
= note: see issue #130351 <https://github.com/rust-lang/rust/issues/130351> for more information
= help: add `#![feature(strict_provenance_lints)]` to the crate attributes to enable
= note: this compiler was built on 2025-03-31; consider upgrading it if it is out of date
= note: `#[warn(unknown_lints)]` on by default