Guillaume Gomez
f666fd6417
Update UI tests
2025-02-15 13:38:16 +01:00
jonathan
8b6de49ef7
New lint: unbuffered_bytes
2025-02-12 14:57:07 +01:00
Oli Scherer
3d88fae050
Update ui test crate
2023-08-11 14:02:28 +00:00
Oli Scherer
def1705a27
Update to a compiletest-rs version that requires //@ for commands
2023-04-20 14:44:03 +00:00
kyoto7250
f19387d237
add checking type
...
adding test patterns
cargo dev bless
fix comment
add ;
delete :
fix suggestion code
and update stderr in tests.
use match_def_path when checking method name
2022-04-19 10:48:12 +09:00
Chase Ruskin
df1ec91d95
adds lint logic and test for bytes_count_to_len
...
formats code with
fixes single match clippy error to replace with if let
swaps ident.name.as_str to ident.name == sym for count fn
2022-04-19 10:48:10 +09:00