Closed
Description
Rustdoc on nightly documents methods have signature of fn(mut self)
as fn(mut self: Self)
while it only has to document it as fn(self)
.
On rustdoc stable, things are normal:
Meta
rustc --version --verbose
: Version 1.49.0 (e1884a8 2020-12-29)