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
I've seen other instances where functions that were basically constructors (and fully inclined) were suggested to use lazily. Alas, we don't have a measurement for 'this is expensive' in clippy. Perhaps the message should reflect this.
I have the following line in my project:
Err(fmt::Error)
is a constant but clippy complains that I'm calling a function.The text was updated successfully, but these errors were encountered: