rust/library/test/src/term
Joshua Nelson 3534e0a393 Fix a few clippy lints in libtest
- Remove unnecessary references and dereferences
- Use `.contains` instead of `a <= x && x <= b`
- Use `mem::take` instead of `mem::replace` where possible
2023-01-03 18:55:03 +00:00
..
terminfo Fix a few clippy lints in libtest 2023-01-03 18:55:03 +00:00
win.rs WinConsole::new is not actually fallible 2022-10-21 12:18:33 +02:00