Function rustfmt_nightly::comment::is_table_item
source ยท fn is_table_item(s: &str) -> bool
Expand description
Returns true if the given string may be part of a Markdown table.
fn is_table_item(s: &str) -> bool
Returns true if the given string may be part of a Markdown table.