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
The latest rustc attempts to detect invalid `#[cfg()]` values. But some
of Mockall's tests conditionalize code on `target_os = "multics"` as an
intentionally always-false condition. Suppress the lint for those
files. Also, one CI test sets a custom "reprocheck" variable. Add that
to the list of known variables.
0 commit comments