Merge pull request #57 from AlexTMjugador/master #22
Annotations
7 warnings
security_audit
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions-rs/audit-check@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
security_audit
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/audit-check@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
security_audit
2 warnings found!
|
security_audit
Unknown warning kind unsound found, please, file a bug
|
needless `fn main` in doctest:
src/lib.rs#L112
warning: needless `fn main` in doctest
--> src/lib.rs:112:5
|
112 | //! use clap::{Arg, App, crate_version};
| _____^
113 | | //! use log::*;
114 | | //! use std::str::FromStr;
115 | | //!
... |
153 | | //! error!("error message");
154 | | //! }
| |_____^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_doctest_main
|
needless `fn main` in doctest:
src/lib.rs#L34
warning: needless `fn main` in doctest
--> src/lib.rs:34:5
|
34 | //! use log::*;
| _____^
35 | | //! use structopt::StructOpt;
36 | | //!
37 | | //! /// A StructOpt example
... |
66 | | //! error!("error message");
67 | | //! }
| |_____^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_doctest_main
|
needless `fn main` in doctest:
src/lib.rs#L20
warning: needless `fn main` in doctest
--> src/lib.rs:20:5
|
20 | //! use log::*;
| _____^
21 | | //!
22 | | //! fn main() {
23 | | //! stderrlog::new().module(module_path!()).init().unwrap();
... |
27 | | //! // ...
28 | | //! }
| |_____^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_doctest_main
= note: `#[warn(clippy::needless_doctest_main)]` on by default
|