nushell/crates/nu-parser/tests
Ian Manske 26786a759e
Fix ignored clippy lints (#12160)
# Description
Fixes some ignored clippy lints.

# User-Facing Changes
Changes some signatures and return types to `&dyn Command` instead of
`&Box<dyn Command`, but I believe this is only an internal change.
2024-03-11 19:46:04 +01:00
..
test_lex.rs Refactor to support multiple parse errors (#8765) 2023-04-07 12:35:45 +12:00
test_parser_unicode_escapes.rs Remove unused Index(Mut) impls on AST types (#11903) 2024-02-21 18:02:30 +08:00
test_parser.rs Fix ignored clippy lints (#12160) 2024-03-11 19:46:04 +01:00