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
As of the latest version, zero_ptr lint is triggered on invocations of lazy_static! macro which uses 0 as *const _ in a constexpr context where ptr::null() cannot be possibly used without a feature gate.
The text was updated successfully, but these errors were encountered:
As of the latest version, zero_ptr lint is triggered on invocations of
lazy_static!
macro which uses0 as *const _
in a constexpr context whereptr::null()
cannot be possibly used without a feature gate.The text was updated successfully, but these errors were encountered: