Skip to content

Commit b87a0b0

Browse files
authored
Remove dead code from compiletest::json
1 parent 1f12ac8 commit b87a0b0

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/tools/compiletest/src/json.rs

-2
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,6 @@ struct DiagnosticSpanMacroExpansion {
7474
struct DiagnosticCode {
7575
/// The code itself.
7676
code: String,
77-
/// An explanation for the code.
78-
explanation: Option<String>,
7977
}
8078

8179
pub fn rustfix_diagnostics_only(output: &str) -> String {

0 commit comments

Comments
 (0)