Initial work #9
Annotations
2 warnings
cargo clippy:
src/lib.rs#L70
[clippy] reported by reviewdog 🐶
warning: allow(clippy::from_over_into) incompatible with previous forbid
--> src/lib.rs:70:9
|
70 | #[allow(clippy::from_over_into)]
| ^^^^^^^^^^^^^^^^^^^^^^ overruled by previous forbid
|
= warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
= note: for more information, see issue #81670 <https://github.com/rust-lang/rust/issues/81670>
= note: `forbid` lint level was set on command line
= note: `#[warn(forbidden_lint_groups)]` on by default
Raw Output:
src/lib.rs:70:9:w:warning: allow(clippy::from_over_into) incompatible with previous forbid
--> src/lib.rs:70:9
|
70 | #[allow(clippy::from_over_into)]
| ^^^^^^^^^^^^^^^^^^^^^^ overruled by previous forbid
|
= warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
= note: for more information, see issue #81670 <https://github.com/rust-lang/rust/issues/81670>
= note: `forbid` lint level was set on command line
= note: `#[warn(forbidden_lint_groups)]` on by default
__END__
|
cargo clippy:
src/lib.rs#L77
[clippy] reported by reviewdog 🐶
warning: allow(clippy::from_over_into) incompatible with previous forbid
--> src/lib.rs:77:9
|
77 | #[allow(clippy::from_over_into)]
| ^^^^^^^^^^^^^^^^^^^^^^ overruled by previous forbid
|
= warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
= note: for more information, see issue #81670 <https://github.com/rust-lang/rust/issues/81670>
= note: `forbid` lint level was set on command line
Raw Output:
src/lib.rs:77:9:w:warning: allow(clippy::from_over_into) incompatible with previous forbid
--> src/lib.rs:77:9
|
77 | #[allow(clippy::from_over_into)]
| ^^^^^^^^^^^^^^^^^^^^^^ overruled by previous forbid
|
= warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
= note: for more information, see issue #81670 <https://github.com/rust-lang/rust/issues/81670>
= note: `forbid` lint level was set on command line
__END__
|
Loading