diff --git a/src/json.rs b/src/json.rs index 6f9e2ff..9f79127 100644 --- a/src/json.rs +++ b/src/json.rs @@ -68,8 +68,6 @@ struct DiagnosticSpanMacroExpansion { struct DiagnosticCode { /// The code itself. code: String, - /// An explanation for the code. - explanation: Option, } pub fn extract_rendered(output: &str, proc_res: &ProcRes) -> String {