Don't return a bool
from get_word_attr
#82016
Labels
C-cleanup
Category: PRs that clean code up or issues documenting cleanup.
E-easy
Call for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.
E-help-wanted
Call for participation: Help is requested to fix this issue.
T-rustdoc
Relevant to the rustdoc team, which will review and decide on the PR/issue.
get_word_attr
returns both anOption
and whether the option isSome
. This is grossly redundant, it should just return an option.The text was updated successfully, but these errors were encountered: