Skip to content

CIの改善: wasm-packを使うジョブをwasm-pack-test.yamlに切り出した #3

CIの改善: wasm-packを使うジョブをwasm-pack-test.yamlに切り出した

CIの改善: wasm-packを使うジョブをwasm-pack-test.yamlに切り出した #3

Triggered via pull request January 6, 2024 17:03
Status Success
Total duration 3m 19s
Artifacts

unit-test.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

1 error and 1 warning
lint
Process completed with exit code 1.
clippy: src/lib.rs#L18
[clippy] reported by reviewdog 🐶 <pre><code>warning: you should consider adding a `Default` implementation for `Parser` --> src/lib.rs:18:5 | 18 | / pub fn new() -> Self { 19 | | Parser {} 20 | | } | |_____^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#new_without_default = note: `#[warn(clippy::new_without_default)]` on by default help: try adding this | 16 + impl Default for Parser { 17 + fn default() -> Self { 18 + Self::new() 19 + } 20 + } | </code></pre> Raw Output: src/lib.rs:18:5:w: <pre><code>warning: you should consider adding a `Default` implementation for `Parser` --> src/lib.rs:18:5 | 18 | / pub fn new() -> Self { 19 | | Parser {} 20 | | } | |_____^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#new_without_default = note: `#[warn(clippy::new_without_default)]` on by default help: try adding this | 16 + impl Default for Parser { 17 + fn default() -> Self { 18 + Self::new() 19 + } 20 + } | </code></pre> __END__