Rename LangString::all_false() to default() #80015
Labels
A-markdown-parsing
Area: Markdown parsing for doc-comments
C-cleanup
Category: PRs that clean code up or issues documenting cleanup.
T-rustdoc
Relevant to the rustdoc team, which will review and decide on the PR/issue.
LangString::all_false
is not actually all_false -rust
will returntrue
. It would be nice to rename it todefault()
at some point (and maybe addimpl Default for LangString
while we're at it).cc @poliorcetics
Originally posted by @jyn514 in #80013 (comment)
The text was updated successfully, but these errors were encountered: