Run additional checks from script/clippy if local (#29768)

Should cut down on the number of CI cycles if you're forgetful like I
am!

Release Notes:

- N/A
This commit is contained in:
Cole Miller 2025-05-01 21:26:12 -04:00 committed by GitHub
parent e1e3f2e423
commit d25da9728b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 20 additions and 10 deletions

View file

@ -129,7 +129,7 @@ pub struct InlineDiagnosticsSettings {
/// Default: false
#[serde(default)]
pub enabled: bool,
/// Whether to only show the inline diaganostics after a delay after the
/// Whether to only show the inline diagnostics after a delay after the
/// last editor event.
///
/// Default: 150