Housekeeping: address #[allow()]
attributes and TODO
/FIXME
comments
#1166
Labels
good first issue
Good for newcomers
help wanted
Extra attention is needed
status:long-term
This task will be around a while
There are a number of places within the code base where we've added
#[allow()]
attributes for various reasons. In many cases, such as for clippy lints, these can probably be removed by reworking the code a bit.Additionally, we have accumulated some
// TODO
and// FIXME
comments, which should also be addressed.Related work:
#[allow]
attributes and an unused function #1440Safety
comments #1460#[cfg]
s and#[allow]
attributes #1494The text was updated successfully, but these errors were encountered: