Closed
Description
When implementing a trait, clippy currently suggests making one of the functions const
. That is currently not possible. At least for now, it seems like this should be an exception.
When implementing a trait, clippy currently suggests making one of the functions const
. That is currently not possible. At least for now, it seems like this should be an exception.