Fix unclosed HTML tag in rustfmt doc
This commit is contained in:
@@ -4,7 +4,7 @@ use crate::config::options::{IgnoreList, WidthHeuristics};
|
|||||||
/// Trait for types that can be used in `Config`.
|
/// Trait for types that can be used in `Config`.
|
||||||
pub(crate) trait ConfigType: Sized {
|
pub(crate) trait ConfigType: Sized {
|
||||||
/// Returns hint text for use in `Config::print_docs()`. For enum types, this is a
|
/// 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;
|
fn doc_hint() -> String;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user