diff options
| author | Rémy Rakic <remy.rakic+github@gmail.com> | 2024-08-10 18:06:10 +0000 |
|---|---|---|
| committer | Rémy Rakic <remy.rakic+github@gmail.com> | 2024-08-10 18:06:10 +0000 |
| commit | 141d9dc3a57ebadc229b7eec7df4357c3aa15620 (patch) | |
| tree | 7e8818f989c2e8f193eb6d6d5930aee677a1f638 /tests/run-make/incremental-debugger-visualizer/rmake.rs | |
| parent | 19469cb536af8cdd7b0d3f6960e7815b218577c2 (diff) | |
| download | rust-141d9dc3a57ebadc229b7eec7df4357c3aa15620.tar.gz rust-141d9dc3a57ebadc229b7eec7df4357c3aa15620.zip | |
remove unused imports from rmake tests
Diffstat (limited to 'tests/run-make/incremental-debugger-visualizer/rmake.rs')
| -rw-r--r-- | tests/run-make/incremental-debugger-visualizer/rmake.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/run-make/incremental-debugger-visualizer/rmake.rs b/tests/run-make/incremental-debugger-visualizer/rmake.rs index 58a7e415bc5..07c920cc04a 100644 --- a/tests/run-make/incremental-debugger-visualizer/rmake.rs +++ b/tests/run-make/incremental-debugger-visualizer/rmake.rs @@ -2,8 +2,6 @@ // (in this case, foo.py and foo.natvis) are picked up when compiling incrementally. // See https://github.com/rust-lang/rust/pull/111641 -use std::io::Read; - use run_make_support::{invalid_utf8_contains, invalid_utf8_not_contains, rfs, rustc}; fn main() { |
