diff --git a/src/diagnostics.rs b/src/diagnostics.rs index e507d56..4b720ef 100644 --- a/src/diagnostics.rs +++ b/src/diagnostics.rs @@ -15,7 +15,7 @@ pub struct Diagnostic { /// The message as rustc would render it. Currently this is only /// `Some` for "suggestions", but eventually it will include all /// snippets. - rendered: Option, + pub rendered: Option, } #[derive(Deserialize, Debug)]