Fix two clippy complaints
find(...).is_none() is the same as !any(...)
And our enumerate() index wasn't used so let's drop it.
Due to an influx of spam, we have had to impose restrictions on new accounts. Please see this wiki page for instructions on how to get full permissions. Sorry for the inconvenience.
find(...).is_none() is the same as !any(...)
And our enumerate() index wasn't used so let's drop it.