Skip to content

Meaningless usage of comment decorators #62601

Closed
@tcharding

Description

@tcharding

We have a number of places in the code base that use 'comment decorators' i.e. from rustlib/src/rust/src/libcore/option.rs

/////////////////////////////////////////////////////////////////////////////
// Type implementation
/////////////////////////////////////////////////////////////////////////////

impl<T> Option<T> {

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 :)

[path/to/rustlib/src/rust/src/libcore/] $ egrep -R '/////////////////////' | wc -l
74

This issue has been assigned to @sd234678 via this comment.

Metadata

Metadata

Assignees

Labels

C-cleanupCategory: PRs that clean code up or issues documenting cleanup.E-easyCall for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.T-compilerRelevant to the compiler team, which will review and decide on the PR/issue.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions