Fix typo in option name: output_format -> output-format (#9874)

This commit is contained in:
Hugo van Kemenade 2024-02-07 18:17:58 +02:00 committed by GitHub
parent aa38307415
commit bc023f47a1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -119,7 +119,7 @@ pub struct Options {
"#
)]
#[deprecated(
note = "`show_source` is deprecated and is now part of `output_format` in the form of `full` or `concise` options. Please update your configuration."
note = "`show-source` is deprecated and is now part of `output-format` in the form of `full` or `concise` options. Please update your configuration."
)]
pub show_source: Option<bool>,