refactor: remove repetitive string interpolation and doc changes

This commit is contained in:
feniljain
2022-10-24 21:06:32 +05:30
parent c4bdb8e516
commit 4bf9b9b003
4 changed files with 12 additions and 18 deletions

View File

@@ -56,7 +56,7 @@ mod patch_old_style;
// parsing the old name.
config_data! {
struct ConfigData {
/// Whether to insert must_use derive macro while generating `as_` methods
/// Whether to insert #[must_use] when generating `as_` methods
/// for enum variants.
assist_emitMustUse: bool = "false",
/// Placeholder expression to use for missing expressions in assists.