Closed
Description
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.