1
Fork 0

remove unused imports from rmake tests

This commit is contained in:
Rémy Rakic 2024-12-23 09:14:30 +00:00
parent 0eca4dd320
commit d6a9ad6190
7 changed files with 5 additions and 12 deletions

View file

@ -1,8 +1,6 @@
// This test verifies that rustdoc `-o -` prints JSON on stdout and doesn't generate
// a JSON file.
use std::path::PathBuf;
use run_make_support::path_helpers::{cwd, has_extension, read_dir_entries_recursive};
use run_make_support::{rustdoc, serde_json};