We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent adc24d1 commit 14de94aCopy full SHA for 14de94a
src/tools/rustfmt/src/config/config_type.rs
@@ -4,7 +4,7 @@ use crate::config::options::{IgnoreList, WidthHeuristics};
4
/// Trait for types that can be used in `Config`.
5
pub(crate) trait ConfigType: Sized {
6
/// Returns hint text for use in `Config::print_docs()`. For enum types, this is a
7
- /// pipe-separated list of variants; for other types it returns "<type>".
+ /// pipe-separated list of variants; for other types it returns `<type>`.
8
fn doc_hint() -> String;
9
}
10
0 commit comments