Skip to content

fix(deps): update rust crate mime_guess to v2.0.5 #980

fix(deps): update rust crate mime_guess to v2.0.5

fix(deps): update rust crate mime_guess to v2.0.5 #980

GitHub Actions / clippy succeeded Jun 29, 2024 in 0s

clippy

9 warnings

Details

Results

Message level Amount
Internal compiler error 0
Error 0
Warning 9
Note 0
Help 0

Versions

  • rustc 1.79.0 (129f3b996 2024-06-10)
  • cargo 1.79.0 (ffa9cf99a 2024-06-03)
  • clippy 0.1.79 (129f3b99 2024-06-10)

Annotations

Check warning on line 3 in /Users/runner/work/rblog/rblog/target/debug/build/rblog-e4445291a86a71c1/out/templates/template_post_html.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

`feature = "cargo-clippy"` was replaced by `clippy`

warning: `feature = "cargo-clippy"` was replaced by `clippy`
 --> /Users/runner/work/rblog/rblog/target/debug/build/rblog-e4445291a86a71c1/out/templates/template_post_html.rs:3:12
  |
3 | #[cfg_attr(feature="cargo-clippy", allow(useless_attribute))]
  |            ^^^^^^^^^^^^^^^^^^^^^^ help: replace with: `clippy`
  |
  = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#deprecated_clippy_cfg_attr

Check warning on line 3 in /Users/runner/work/rblog/rblog/target/debug/build/rblog-e4445291a86a71c1/out/templates/template_syntax_highlight_html.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

`feature = "cargo-clippy"` was replaced by `clippy`

warning: `feature = "cargo-clippy"` was replaced by `clippy`
 --> /Users/runner/work/rblog/rblog/target/debug/build/rblog-e4445291a86a71c1/out/templates/template_syntax_highlight_html.rs:3:12
  |
3 | #[cfg_attr(feature="cargo-clippy", allow(useless_attribute))]
  |            ^^^^^^^^^^^^^^^^^^^^^^ help: replace with: `clippy`
  |
  = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#deprecated_clippy_cfg_attr

Check warning on line 3 in /Users/runner/work/rblog/rblog/target/debug/build/rblog-e4445291a86a71c1/out/templates/template_notfound_html.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

`feature = "cargo-clippy"` was replaced by `clippy`

warning: `feature = "cargo-clippy"` was replaced by `clippy`
 --> /Users/runner/work/rblog/rblog/target/debug/build/rblog-e4445291a86a71c1/out/templates/template_notfound_html.rs:3:12
  |
3 | #[cfg_attr(feature="cargo-clippy", allow(useless_attribute))]
  |            ^^^^^^^^^^^^^^^^^^^^^^ help: replace with: `clippy`
  |
  = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#deprecated_clippy_cfg_attr

Check warning on line 3 in /Users/runner/work/rblog/rblog/target/debug/build/rblog-e4445291a86a71c1/out/templates/template_posts_html.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

`feature = "cargo-clippy"` was replaced by `clippy`

warning: `feature = "cargo-clippy"` was replaced by `clippy`
 --> /Users/runner/work/rblog/rblog/target/debug/build/rblog-e4445291a86a71c1/out/templates/template_posts_html.rs:3:12
  |
3 | #[cfg_attr(feature="cargo-clippy", allow(useless_attribute))]
  |            ^^^^^^^^^^^^^^^^^^^^^^ help: replace with: `clippy`
  |
  = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#deprecated_clippy_cfg_attr

Check warning on line 3 in /Users/runner/work/rblog/rblog/target/debug/build/rblog-e4445291a86a71c1/out/templates/template_rss_html.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

`feature = "cargo-clippy"` was replaced by `clippy`

warning: `feature = "cargo-clippy"` was replaced by `clippy`
 --> /Users/runner/work/rblog/rblog/target/debug/build/rblog-e4445291a86a71c1/out/templates/template_rss_html.rs:3:12
  |
3 | #[cfg_attr(feature="cargo-clippy", allow(useless_attribute))]
  |            ^^^^^^^^^^^^^^^^^^^^^^ help: replace with: `clippy`
  |
  = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#deprecated_clippy_cfg_attr

Check warning on line 3 in /Users/runner/work/rblog/rblog/target/debug/build/rblog-e4445291a86a71c1/out/templates/template_giscus_html.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

`feature = "cargo-clippy"` was replaced by `clippy`

warning: `feature = "cargo-clippy"` was replaced by `clippy`
 --> /Users/runner/work/rblog/rblog/target/debug/build/rblog-e4445291a86a71c1/out/templates/template_giscus_html.rs:3:12
  |
3 | #[cfg_attr(feature="cargo-clippy", allow(useless_attribute))]
  |            ^^^^^^^^^^^^^^^^^^^^^^ help: replace with: `clippy`
  |
  = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#deprecated_clippy_cfg_attr

Check warning on line 3 in /Users/runner/work/rblog/rblog/target/debug/build/rblog-e4445291a86a71c1/out/templates/template_base_html.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

`feature = "cargo-clippy"` was replaced by `clippy`

warning: `feature = "cargo-clippy"` was replaced by `clippy`
 --> /Users/runner/work/rblog/rblog/target/debug/build/rblog-e4445291a86a71c1/out/templates/template_base_html.rs:3:12
  |
3 | #[cfg_attr(feature="cargo-clippy", allow(useless_attribute))]
  |            ^^^^^^^^^^^^^^^^^^^^^^ help: replace with: `clippy`
  |
  = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#deprecated_clippy_cfg_attr

Check warning on line 3 in /Users/runner/work/rblog/rblog/target/debug/build/rblog-e4445291a86a71c1/out/templates/template_disqus_html.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

`feature = "cargo-clippy"` was replaced by `clippy`

warning: `feature = "cargo-clippy"` was replaced by `clippy`
 --> /Users/runner/work/rblog/rblog/target/debug/build/rblog-e4445291a86a71c1/out/templates/template_disqus_html.rs:3:12
  |
3 | #[cfg_attr(feature="cargo-clippy", allow(useless_attribute))]
  |            ^^^^^^^^^^^^^^^^^^^^^^ help: replace with: `clippy`
  |
  = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#deprecated_clippy_cfg_attr

Check warning on line 3 in /Users/runner/work/rblog/rblog/target/debug/build/rblog-e4445291a86a71c1/out/templates/template_google_analytics_html.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

`feature = "cargo-clippy"` was replaced by `clippy`

warning: `feature = "cargo-clippy"` was replaced by `clippy`
 --> /Users/runner/work/rblog/rblog/target/debug/build/rblog-e4445291a86a71c1/out/templates/template_google_analytics_html.rs:3:12
  |
3 | #[cfg_attr(feature="cargo-clippy", allow(useless_attribute))]
  |            ^^^^^^^^^^^^^^^^^^^^^^ help: replace with: `clippy`
  |
  = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#deprecated_clippy_cfg_attr
  = note: `#[warn(clippy::deprecated_clippy_cfg_attr)]` on by default