mirror of
https://github.com/rust-bakery/nom.git
synced 2026-03-28 06:40:42 +00:00
* 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>
11 lines
114 B
Plaintext
11 lines
114 B
Plaintext
target/*
|
|
Cargo.lock
|
|
FullRecognition.jpg
|
|
map.rs
|
|
oldsrc/
|
|
realworld/
|
|
src/generator.rs
|
|
.DS_Store
|
|
private-docs/
|
|
.idea/
|