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
Considering that rustdoc doesn't care about const_trait_impl, methods from Deref cannot be called in const contexts. Therefore it is best to hide the const modifiers when showing methods from Deref.