Update to 2024 Edition #381
lints.yml
on: pull_request
crates
/
Clippy (MSRV)
32s
crates
/
Clippy (beta)
41s
crates
/
Intra-doc links
38s
crates
/
Rustfmt
17s
tools
/
Clippy (MSRV)
38s
tools
/
Clippy (beta)
43s
tools
/
Intra-doc links
1m 3s
tools
/
Rustfmt
6s
Annotations
9 errors and 4 warnings
tools / Rustfmt
Process completed with exit code 1.
|
crates / Rustfmt
Process completed with exit code 1.
|
crates / Clippy (MSRV):
crates/sys/src/lib.rs#L25553
error: this is an outer doc comment and does not apply to the parent module or crate
--> sys/src/bindings.rs:25553:1
|
25553 | #[doc = "!< Result does not fit in the requested type"]
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#suspicious_doc_comments
help: use an inner doc comment to document the parent module or crate
|
25553 - #[doc = "!< Result does not fit in the requested type"]
25553 + //!< Result does not fit in the requested type
|
|
crates / Clippy (MSRV):
crates/sys/src/lib.rs#L25551
error: this is an outer doc comment and does not apply to the parent module or crate
--> sys/src/bindings.rs:25551:1
|
25551 | #[doc = "!< No valid digits after the leading whitespace, sign and prefix"]
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#suspicious_doc_comments
help: use an inner doc comment to document the parent module or crate
|
25551 - #[doc = "!< No valid digits after the leading whitespace, sign and prefix"]
25551 + //!< No valid digits after the leading whitespace, sign and prefix
|
|
crates / Clippy (MSRV):
crates/sys/src/lib.rs#L25549
error: this is an outer doc comment and does not apply to the parent module or crate
--> sys/src/bindings.rs:25549:1
|
25549 | #[doc = "!< Multiple leading `+` or `-` characters, or leading `-` character if the type is unsigned"]
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#suspicious_doc_comments
help: use an inner doc comment to document the parent module or crate
|
25549 - #[doc = "!< Multiple leading `+` or `-` characters, or leading `-` character if the type is unsigned"]
25549 + //!< Multiple leading `+` or `-` characters, or leading `-` character if the type is unsigned
|
|
crates / Clippy (MSRV):
crates/sys/src/lib.rs#L25547
error: this is an outer doc comment and does not apply to the parent module or crate
--> sys/src/bindings.rs:25547:1
|
25547 | #[doc = "!< Conversion performed successfully"]
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#suspicious_doc_comments
= note: `-D clippy::suspicious-doc-comments` implied by `-D warnings`
= help: to override `-D warnings` add `#[allow(clippy::suspicious_doc_comments)]`
help: use an inner doc comment to document the parent module or crate
|
25547 - #[doc = "!< Conversion performed successfully"]
25547 + //!< Conversion performed successfully
|
|
crates / Clippy (beta)
{
"rendered": "For more information about this error, try `rustc --explain E0463`.\n",
"$message_type": "diagnostic",
"children": [],
"code": null,
"level": "failure-note",
"message": "For more information about this error, try `rustc --explain E0463`.",
"spans": []
}
|
crates / Clippy (beta)
Received a internal compiler error OR an unknown message type, view this in debug mode to view the payload
|
crates / Clippy (beta):
/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ufmt-write-0.1.0/src/lib.rs#L1
error[E0463]: can't find crate for `core`
|
= note: the `thumbv7em-none-eabihf` target may not be installed
= help: consider downloading the target with `rustup target add thumbv7em-none-eabihf`
|
crates / Clippy (MSRV)
The `deny` input is deprecated in v1.4 and can be used within the `check-args` input
|
tools / Clippy (MSRV)
The `deny` input is deprecated in v1.4 and can be used within the `check-args` input
|
crates / Clippy (beta)
The `warn` input is deprecated in v1.4 and can be used within the `check-args` input
|
tools / Clippy (beta)
The `warn` input is deprecated in v1.4 and can be used within the `check-args` input
|