[−][src]Function rustdoc::markdown::extract_leading_metadata
fn extract_leading_metadata<'a>(s: &'a str) -> (Vec<&'a str>, &'a str)
Separate any lines at the start of the file that begin with #
or %
.
fn extract_leading_metadata<'a>(s: &'a str) -> (Vec<&'a str>, &'a str)
Separate any lines at the start of the file that begin with #
or %
.