Skip to content

Commit

Permalink
fixed formatting issues
Browse files Browse the repository at this point in the history
  • Loading branch information
aryan-debug authored and nyurik committed Nov 2, 2023
1 parent 81bfab7 commit 82b6cb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compiler/rustc_privacy/src/errors.rs
Expand Up @@ -58,7 +58,7 @@ pub struct InPublicInterface<'a> {
pub descr: DiagnosticArgFromDisplay<'a>,
#[label(privacy_visibility_label)]
pub vis_span: Span,
#[suggestion(code="", applicability = "maybe-incorrect")]
#[suggestion(code = "", applicability = "maybe-incorrect")]
pub suggestion: Span,
}

Expand Down

0 comments on commit 82b6cb9

Please sign in to comment.