We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6a3664b + 45d0968 commit 655228aCopy full SHA for 655228a
src/json.rs
@@ -68,8 +68,6 @@ struct DiagnosticSpanMacroExpansion {
68
struct DiagnosticCode {
69
/// The code itself.
70
code: String,
71
- /// An explanation for the code.
72
- explanation: Option<String>,
73
}
74
75
pub fn extract_rendered(output: &str, proc_res: &ProcRes) -> String {
0 commit comments