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
Use #[expect(...)] instead of #[allow(...)] in some places
Use the #[expect(...)] attribute instead of #[allow(...)] in a bunch of
places where we only have the attribute to silence a lint. The former
makes sure that the silenced issue is actually flagged, or prints a
warning otherwise.
Signed-off-by: Daniel Müller <[email protected]>
0 commit comments