mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-23 07:14:28 +00:00
Remove dead code from compiletest::json
This commit is contained in:
parent
1f12ac8729
commit
b87a0b06c7
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user