diff options
| author | pierwill <19642016+pierwill@users.noreply.github.com> | 2021-10-17 17:50:35 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-10-17 17:50:35 -0500 |
| commit | b87a0b06c75808a7ff99177db8000bb4a9161d8e (patch) | |
| tree | f11dc3a4c58059408fe8f146e83eb4fd8b84ae89 | |
| parent | 1f12ac87296ac61ec002e0243e7ad5a50364da35 (diff) | |
| download | rust-b87a0b06c75808a7ff99177db8000bb4a9161d8e.tar.gz rust-b87a0b06c75808a7ff99177db8000bb4a9161d8e.zip | |
Remove dead code from `compiletest::json`
| -rw-r--r-- | src/tools/compiletest/src/json.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/tools/compiletest/src/json.rs b/src/tools/compiletest/src/json.rs index dc6d67983c5..a5ff779a4ab 100644 --- a/src/tools/compiletest/src/json.rs +++ b/src/tools/compiletest/src/json.rs @@ -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 { |
