rustdoc: clean up formatting

This commit is contained in:
Michael Howell 2024-03-15 17:49:23 -07:00
parent c67326b063
commit 351890d682

View File

@ -426,7 +426,7 @@ function initSearch(rawSearchIndex) {
return c === "," || c === "=";
}
/**
/**
* Returns `true` if the given `c` character is a path separator. For example
* `:` in `a::b` or a whitespace in `a b`.
*