Skip to content

Update extract-iana-ciphers script to use https #78

Update extract-iana-ciphers script to use https

Update extract-iana-ciphers script to use https #78

Triggered via push February 13, 2024 08:42
Status Success
Total duration 23s
Artifacts

clippy-check.yml

on: push
clippy_check
15s
clippy_check
Fit to window
Zoom out
Zoom in

Annotations

4 warnings
this is an outer doc comment and does not apply to the parent module or crate: src/certificate_transparency.rs#L1
warning: this is an outer doc comment and does not apply to the parent module or crate --> src/certificate_transparency.rs:1:1 | 1 | / ///! 2 | | ///! Certificate Trasparency structures are defined in 3 | | ///! [RFC6962](https://datatracker.ietf.org/doc/html/rfc6962). | |______________________________________________________________^ | = 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 + //! 2 + //! Certificate Trasparency structures are defined in 3 + //! [RFC6962](https://datatracker.ietf.org/doc/html/rfc6962). |
the borrowed expression implements the required traits: build.rs#L35
warning: the borrowed expression implements the required traits --> build.rs:35:48 | 35 | let mut file = BufWriter::new(File::create(&path).unwrap()); | ^^^^^ help: change this to: `path` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrows_for_generic_args = note: `#[warn(clippy::needless_borrows_for_generic_args)]` on by default
clippy_check
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions-rs/clippy-check@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
clippy_check
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/clippy-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/