We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
doc_hint
IgnoreList
1 parent b23b699 commit d58410aCopy full SHA for d58410a
src/config/config_type.rs
@@ -61,7 +61,7 @@ impl ConfigType for WidthHeuristics {
61
62
impl ConfigType for IgnoreList {
63
fn doc_hint() -> String {
64
- String::from("[<string>,..]")
+ String::from("[<string>, ...]")
65
}
66
67
0 commit comments