Meaningless usage of comment decorators #62601
Labels
C-cleanup
Category: PRs that clean code up or issues documenting cleanup.
E-easy
Call for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
We have a number of places in the code base that use 'comment decorators' i.e. from
rustlib/src/rust/src/libcore/option.rs
This adds no extra meaning to the code and is totally specific to the developer that wrote it. We should remove this sort of thing :)
This issue has been assigned to @sd234678 via this comment.
The text was updated successfully, but these errors were encountered: