Skip to content

Implement serde_json and custom errors

Sign in for the full log view
GitHub Actions / clippy succeeded Jan 8, 2024 in 0s

clippy

1 warning

Details

Results

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

Versions

  • rustc 1.77.0-nightly (75c68cfd2 2024-01-07)
  • cargo 1.77.0-nightly (2ce45605d 2024-01-04)
  • clippy 0.1.77 (75c68cf 2024-01-07)

Annotations

Check warning on line 4 in src/investment.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

this import is redundant

warning: this import is redundant
 --> src/investment.rs:4:1
  |
4 | use serde;
  | ^^^^^^^^^^ help: remove it entirely
  |
  = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#single_component_path_imports
  = note: `#[warn(clippy::single_component_path_imports)]` on by default