Open
Description
I ran a rustfmt
cleanup as a commit on a repo, found this in the diff.
Lokathor/randomize@103992e#diff-b316dc9cf67a100913b39ef102078235L48
Particularly:
- + Into<u128> // Note(Evrey): Because Rust is drunk.
+ + Into<u128>
Now, in this particular case the comment was just a joke, but it could have been very important, and it might have even applied to that particular line in the chain of bounds, so the comment should stay in, and it should stay with that exact bound in the bound list.