Clippy comment contains no information
jfrimmel opened this issue · 0 comments
jfrimmel commented
See the output below. This is not optimal, as the dependencies lead to additional lines, which cause the output file to cross the length threshold.
Output of cargo clippy
Updating crates.io index
Downloading crates ...
Downloaded terminal_size v0.1.16
Downloaded textwrap v0.13.4
Downloaded unicode-width v0.1.8
Downloaded lazy_static v1.4.0
Downloaded unicode-xid v0.2.0
Downloaded quote v1.0.3
Downloaded proc-macro2 v1.0.9
Downloaded error-chain v0.10.0
Downloaded colored v1.9.3
Downloaded cfg-if v0.1.10
Downloaded serde v1.0.105
Downloaded serde_derive v1.0.105
Downloaded libc v0.2.68
Downloaded log v0.4.8
Downloaded bytesize v1.0.0
Downloaded atty v0.2.14
Downloaded serde-xml-rs v0.3.1
Downloaded syn v1.0.17
Downloaded xml-rs v0.8.0
Downloaded smawk v0.3.1
Compiling proc-macro2 v1.0.9
Compiling libc v0.2.68
Compiling unicode-xid v0.2.0
Compiling syn v1.0.17
Compiling log v0.4.8
Compiling serde v1.0.105
Checking cfg-if v0.1.10
Checking lazy_static v1.4.0
Checking xml-rs v0.8.0
Checking error-chain v0.10.0
Checking unicode-width v0.1.8
Checking smawk v0.3.1
Checking bytesize v1.0.0
Compiling quote v1.0.3
Checking atty v0.2.14
Checking terminal_size v0.1.16
Checking colored v1.9.3
Checking textwrap v0.13.4
Compiling serde_derive v1.0.105
Checking serde-xml-rs v0.3.1
Checking cargo-valgrind v2.0.1 (/home/runner/work/cargo-valgrind/cargo-valgrind)
Finished dev [unoptimized + debuginfo] target(s) in 36.22s
If your PR introduced these issues, please try to address them.
Originally posted by @github-actions[bot] in #45 (comment)