Files
Geoffroy Couprie 8c774359e4 Fix clippy warnings (#1702)
* Unnecessary clone of `i`. Just use `input`.

* Unnecessary return statement removed.

* Removed unnecessary clone calls for error kind parameter.
Replaced auto-deref with explicit deref().
Simplified boolean logic.
Used empty Ranges instead of backwards Ranges.

* clippy Ignore .idea/ folder.

* clippy cargo fmt.

* clippy Avoid suspicious_double_ref_op.

* clippy Remove empty range error.

* clippy Avoid single_match.

* clippy Avoid needless_lifetimes.

* clippy Avoid map_flatten.

* clippy Avoid extra_unused_lifetimes

* clippy Avoid more needless_lifetimes.

* clippy Avoid redundant_slicing.

* fix nostd imports

* fmt

---------

Co-authored-by: Mark English <thatmarkenglishguy@gmail.com>
2023-10-21 14:41:15 +02:00

11 lines
114 B
Plaintext

target/*
Cargo.lock
FullRecognition.jpg
map.rs
oldsrc/
realworld/
src/generator.rs
.DS_Store
private-docs/
.idea/