rust/crates/parser/src
Yuri Astrakhan 1d59c7b667 Remove non-needed clones
I am not certain if this will improve performance,
but it seems having a .clone() without any need should be removed.

This was done with clippy, and manually reviewed:

```
cargo clippy --fix -- -A clippy::all -D clippy::redundant_clone
```
2022-12-23 02:20:03 -05:00
..
grammar docs: update the comment and add a test to half_open_range_pat 2022-12-16 10:44:25 +08:00
syntax_kind regenerate files with new syntax 2022-08-07 17:38:20 +05:30
tests Update tests 2022-02-21 08:34:35 +02:00
event.rs internal: rename 2021-12-25 22:02:26 +03:00
grammar.rs Run cargo fix --edition-idioms 2022-07-20 15:02:08 +02:00
input.rs internal: rename 2021-12-25 22:02:26 +03:00
lexed_str.rs Remove non-needed clones 2022-12-23 02:20:03 -05:00
lib.rs Run cargo fix --edition-idioms 2022-07-20 15:02:08 +02:00
output.rs internal: add tests for extra parser entry points 2021-12-29 18:28:11 +03:00
parser.rs Reset parser step count when bumping 2022-12-19 16:27:00 +01:00
shortcuts.rs Run cargo fix --edition-idioms 2022-07-20 15:02:08 +02:00
syntax_kind.rs minor: modernize 2021-09-06 18:54:16 +03:00
tests.rs Bring back syntax highlighting in test data 2022-03-06 08:43:18 +00:00
token_set.rs Add semicolons for consistency 2021-10-03 23:39:43 +11:00