Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
lib:
#![allow(clippy::needless_borrow)]
In my experience this is far and away the clippy lint that is: - Most common to trigger (especially when refactoring code) - The least valuable to fix; there's no performance or correctness concerns really Signed-off-by: Colin Walters <[email protected]>
- Loading branch information