Skip to content

Commit

Permalink
Remove unused rendered field from Diagnostic struct
Browse files Browse the repository at this point in the history
  • Loading branch information
messense authored and Thomas Bracht Laumann Jespersen committed Mar 21, 2018
1 parent d643a6a commit a2d7b76
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/json.rs
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ struct Diagnostic {
level: String,
spans: Vec<DiagnosticSpan>,
children: Vec<Diagnostic>,
rendered: Option<String>,
}

#[derive(Deserialize, Clone)]
Expand Down

0 comments on commit a2d7b76

Please sign in to comment.