Skip to content

fix formatting. now you rustfmt? #208

fix formatting. now you rustfmt?

fix formatting. now you rustfmt? #208

Triggered via push May 7, 2024 11:09
Status Success
Total duration 1m 6s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

5 warnings
this is an outer doc comment and does not apply to the parent module or crate: src/parser/parse_from_text/text_elements.rs#L1
warning: this is an outer doc comment and does not apply to the parent module or crate --> src/parser/parse_from_text/text_elements.rs:1:1 | 1 | ///! nom parsers for text elements | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#suspicious_doc_comments = note: `#[warn(clippy::suspicious_doc_comments)]` on by default help: use an inner doc comment to document the parent module or crate | 1 | //! nom parsers for text elements |
this is an outer doc comment and does not apply to the parent module or crate: src/parser/parse_from_text/text_elements.rs#L1
warning: this is an outer doc comment and does not apply to the parent module or crate --> src/parser/parse_from_text/text_elements.rs:1:1 | 1 | ///! nom parsers for text elements | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#suspicious_doc_comments = note: `#[warn(clippy::suspicious_doc_comments)]` on by default help: use an inner doc comment to document the parent module or crate | 1 | //! nom parsers for text elements |
this is an outer doc comment and does not apply to the parent module or crate: src/parser/parse_from_text/text_elements.rs#L1
warning: this is an outer doc comment and does not apply to the parent module or crate --> src/parser/parse_from_text/text_elements.rs:1:1 | 1 | ///! nom parsers for text elements | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#suspicious_doc_comments = note: `#[warn(clippy::suspicious_doc_comments)]` on by default help: use an inner doc comment to document the parent module or crate | 1 | //! nom parsers for text elements |
test
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
test
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/