Open
Description
According to #41771 (comment), the current convention for rustdoc is to write methods without any trailing parentheses. For example, the comment "Resizes the Vec
in-place so that len()
is equal to new_len
" should really be "Resizes the Vec
in-place so that len
is equal to new_len
".
Would be nice if we had some way for clippy to warn about this convention.