Skip to content

Commit

Permalink
Remove a confusing comment
Browse files Browse the repository at this point in the history
The JSON messages parsed by this file are from the _compiler_, not from
libtest.
  • Loading branch information
Zalathar committed Aug 13, 2024
1 parent 2a000c8 commit 355f264
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/tools/compiletest/src/json.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
//! These structs are a subset of the ones found in `rustc_errors::json`.
//! They are only used for deserialization of JSON output provided by libtest.
use std::path::{Path, PathBuf};
use std::str::FromStr;
Expand Down

0 comments on commit 355f264

Please sign in to comment.