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 Shared and Unique types have #[allow(missing_debug_implementations)]. Is there a reason for this? It seems that an impl like write!(formatter, "Shared({:p})", self.as_ptr()) would be more useful.
CC @rust-lang/libs
The text was updated successfully, but these errors were encountered:
The
Shared
andUnique
types have#[allow(missing_debug_implementations)]
. Is there a reason for this? It seems that an impl likewrite!(formatter, "Shared({:p})", self.as_ptr())
would be more useful.CC @rust-lang/libs
The text was updated successfully, but these errors were encountered: