Skip to content

Commit adde016

Browse files
authored
Rollup merge of #89993 - pierwill:patch-1, r=Mark-Simulacrum
Remove dead code from `compiletest::json` Currently getting a dead code warning on master. Might make sense to remove.
2 parents 2fd765c + b87a0b0 commit adde016

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)