Skip to content

Commit

Permalink
rustdoc: clean up formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
notriddle committed Mar 16, 2024
1 parent c67326b commit 351890d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/librustdoc/html/static/js/search.js
Original file line number Diff line number Diff line change
Expand Up @@ -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`.
*
Expand Down

0 comments on commit 351890d

Please sign in to comment.