Skip to content

impl Debug for Shared and Unique? #46755

Closed
@SimonSapin

Description

@SimonSapin

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions