fix it's
-> its
in doc comment
This commit is contained in:
parent
ce55b2052d
commit
86d2129a78
1 changed files with 1 additions and 1 deletions
|
@ -880,7 +880,7 @@ impl<'a, G: EmissionGuarantee> Diag<'a, G> {
|
||||||
)
|
)
|
||||||
} }
|
} }
|
||||||
|
|
||||||
/// Show a suggestion that has multiple parts to it, always as it's own subdiagnostic.
|
/// Show a suggestion that has multiple parts to it, always as its own subdiagnostic.
|
||||||
/// In other words, multiple changes need to be applied as part of this suggestion.
|
/// In other words, multiple changes need to be applied as part of this suggestion.
|
||||||
#[rustc_lint_diagnostics]
|
#[rustc_lint_diagnostics]
|
||||||
pub fn multipart_suggestion_verbose(
|
pub fn multipart_suggestion_verbose(
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue