age: Adjust scrypt::Identity::set_max_work_factor
docs
#1373
GitHub Actions / Clippy (MSRV)
failed
Aug 28, 2024 in 0s
Clippy (MSRV)
1 error
Details
Results
Message level | Amount |
---|---|
Internal compiler error | 0 |
Error | 1 |
Warning | 0 |
Note | 0 |
Help | 0 |
Versions
- rustc 1.65.0 (897e37553 2022-11-02)
- cargo 1.65.0 (4bc8f24d3 2022-10-20)
- clippy 0.1.65 (897e375 2022-11-02)
Annotations
Check failure on line 162 in age/src/scrypt.rs
github-actions / Clippy (MSRV)
cannot find value `log_n` in this scope
error[E0425]: cannot find value `log_n` in this scope
--> age/src/scrypt.rs:162:56
|
162 | args: vec![encoded_salt, format!("{}", log_n)],
| ^^^^^ help: you might have meant to use the available field: `self.log_n`
Loading