rust-analyzer/crates/ra_syntax/src
Alan Du 4e8ea94e2b Remove Copy trait on LeafAtOffset
Because it's a stateful iterator, it's easier to explicitly clone it
when necesary.

Fixes clippy:clone_on_copy
2018-10-17 19:42:23 -04:00
..
algo Remove Copy trait on LeafAtOffset 2018-10-17 19:42:23 -04:00
ast clippy: Use if lets and remove redundant returns 2018-10-17 19:42:23 -04:00
grammar clippy: Use if lets and remove redundant returns 2018-10-17 19:42:23 -04:00
lexer Cargo Format 2018-10-16 09:41:10 -04:00
parser_impl Cargo Format 2018-10-16 09:41:10 -04:00
syntax_kinds rename gen-kinds to gen-syntax 2018-10-16 21:17:19 +03:00
yellow Update rowan 2018-10-17 19:52:25 +03:00
grammar.ron rename gen-kinds to gen-syntax 2018-10-16 21:17:19 +03:00
lib.rs Update rowan 2018-10-17 19:52:25 +03:00
parser_api.rs Cargo Format 2018-10-16 09:41:10 -04:00
reparsing.rs Cargo Format 2018-10-16 09:41:10 -04:00
text_utils.rs Cargo Format 2018-10-16 09:41:10 -04:00
token_set.rs Run cargo fix 2018-10-15 19:55:32 +03:00
utils.rs clippy: Use if lets and remove redundant returns 2018-10-17 19:42:23 -04:00