-
-
Notifications
You must be signed in to change notification settings - Fork 14.7k
Borrow and AsRef are redundant #24140
Copy link
Copy link
Closed
Labels
A-docsArea: Documentation for any part of the project, including the compiler, standard library, and toolsArea: Documentation for any part of the project, including the compiler, standard library, and toolsC-enhancementCategory: An issue proposing an enhancement or a PR with one.Category: An issue proposing an enhancement or a PR with one.P-highHigh priorityHigh priority
Metadata
Metadata
Assignees
Labels
A-docsArea: Documentation for any part of the project, including the compiler, standard library, and toolsArea: Documentation for any part of the project, including the compiler, standard library, and toolsC-enhancementCategory: An issue proposing an enhancement or a PR with one.Category: An issue proposing an enhancement or a PR with one.P-highHigh priorityHigh priority
Type
Fields
Give feedbackNo fields configured for issues without a type.
These traits have exactly the same signature, both are stable and both should be implemented by the same types. One of them should go.
Furthermore
AsRefis not implemented byBoxetc…