Skip to content

Commit

Permalink
Remove dead code from compiletest::json
Browse files Browse the repository at this point in the history
  • Loading branch information
pierwill authored Oct 17, 2021
1 parent 1f12ac8 commit b87a0b0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/tools/compiletest/src/json.rs
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,6 @@ struct DiagnosticSpanMacroExpansion {
struct DiagnosticCode {
/// The code itself.
code: String,
/// An explanation for the code.
explanation: Option<String>,
}

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

0 comments on commit b87a0b0

Please sign in to comment.