Skip to content

Commit 14de94a

Browse files
Fix unclosed HTML tag in rustfmt doc
1 parent adc24d1 commit 14de94a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/tools/rustfmt/src/config/config_type.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ use crate::config::options::{IgnoreList, WidthHeuristics};
44
/// Trait for types that can be used in `Config`.
55
pub(crate) trait ConfigType: Sized {
66
/// 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>".
7+
/// pipe-separated list of variants; for other types it returns `<type>`.
88
fn doc_hint() -> String;
99
}
1010

0 commit comments

Comments
 (0)