Skip to content

Commit 655228a

Browse files
authored
Merge pull request #260 from vadorovsky/remove-unused-field
json: Remove unused `explanation` field from `DiagnosticCode`
2 parents 6a3664b + 45d0968 commit 655228a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/json.rs

-2
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,6 @@ struct DiagnosticSpanMacroExpansion {
6868
struct DiagnosticCode {
6969
/// The code itself.
7070
code: String,
71-
/// An explanation for the code.
72-
explanation: Option<String>,
7371
}
7472

7573
pub fn extract_rendered(output: &str, proc_res: &ProcRes) -> String {

0 commit comments

Comments
 (0)