Skip to content

chore(deps): update rust crate pretty_assertions to 1.4.0 #12

chore(deps): update rust crate pretty_assertions to 1.4.0

chore(deps): update rust crate pretty_assertions to 1.4.0 #12

This check has been archived and is scheduled for deletion. Learn more about checks retention
GitHub Actions / Clippy Output failed Sep 18, 2023 in 0s

Clippy Output

1 error

Details

Results

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

Versions

  • rustc 1.72.0 (5680fa18f 2023-08-23)
  • cargo 1.72.0 (103a7ff2e 2023-08-15)
  • clippy 0.1.72 (5680fa1 2023-08-23)

Annotations

Check failure on line 27 in tests/public_api.rs

See this annotation in the file changed.

@github-actions github-actions / Clippy Output

unused variable: `public_api`

error: unused variable: `public_api`
  --> tests/public_api.rs:27:9
   |
27 |     let public_api = public_api::Builder::from_rustdoc_json(rustdoc_json)
   |         ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_public_api`
   |
   = note: `-D unused-variables` implied by `-D warnings`