Fix unclosed HTML tag in rustfmt doc
This commit is contained in:
parent
adc24d1b5e
commit
14de94aec5
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue