You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is a bug in clippy following a rust update related to const functions. When clippy releases an update we should remove usage of #[allow(clippy::missing_const_for_fn)].
I looked into why we need this and it turns out that there is a bug in clippy following a rust update, see here: https://github.com/rust-lang/rust-clippy/issues/14020.
There is a bug in clippy following a rust update related to
const
functions. When clippy releases an update we should remove usage of#[allow(clippy::missing_const_for_fn)]
.Originally posted by @frisitano in #136 (comment)
The text was updated successfully, but these errors were encountered: