Skip to content

Commit

Permalink
Fix unclosed HTML tag in rustfmt doc
Browse files Browse the repository at this point in the history
  • Loading branch information
GuillaumeGomez committed Oct 10, 2022
1 parent adc24d1 commit 14de94a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tools/rustfmt/src/config/config_type.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ use crate::config::options::{IgnoreList, WidthHeuristics};
/// Trait for types that can be used in `Config`.
pub(crate) trait ConfigType: Sized {
/// Returns hint text for use in `Config::print_docs()`. For enum types, this is a
/// pipe-separated list of variants; for other types it returns "<type>".
/// pipe-separated list of variants; for other types it returns `<type>`.
fn doc_hint() -> String;
}

Expand Down

0 comments on commit 14de94a

Please sign in to comment.