Improve the AES decryption with some sanity checks #316
ci.yml
on: pull_request
pdfutil
20s
clippy
25s
Matrix: build
Annotations
8 warnings
clippy
redundant pattern matching, consider using `is_some()`
|
clippy
called `map(..).flatten()` on `Iterator`
|
clippy
redundant closure
|
clippy
the variable `layer` is used as a loop counter
|
clippy
iterating on a map's values
|
clippy
iterating on a map's keys
|
build (feat: all features):
src/parser_aux.rs#L357
unused import: `super::*`
|
build (feat: all features):
src/parser_aux.rs#L358
unused imports: `create_document` and `save_document`
|