mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-28 03:07:24 +03:00
fix it's -> its in doc comment
This commit is contained in:
@@ -880,7 +880,7 @@ pub fn multipart_suggestion(
|
||||
)
|
||||
} }
|
||||
|
||||
/// 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.
|
||||
#[rustc_lint_diagnostics]
|
||||
pub fn multipart_suggestion_verbose(
|
||||
|
||||
Reference in New Issue
Block a user