Auto merge of #11058 - Centri3:typos, r=xFrednet

Fix typos

Just a couple misc typos I found

changelog: none
This commit is contained in:
bors 2023-07-02 12:11:30 +00:00
commit 1990b72e8a
14 changed files with 22 additions and 20 deletions

View file

@ -319,7 +319,7 @@ define_Conf! {
/// Lint: DISALLOWED_NAMES.
///
/// The list of disallowed names to lint about. NB: `bar` is not here since it has legitimate uses. The value
/// `".."` can be used as part of the list to indicate, that the configured values should be appended to the
/// `".."` can be used as part of the list to indicate that the configured values should be appended to the
/// default configuration of Clippy. By default, any configuration will replace the default value.
(disallowed_names: Vec<String> = super::DEFAULT_DISALLOWED_NAMES.iter().map(ToString::to_string).collect()),
/// Lint: SEMICOLON_INSIDE_BLOCK.