api-guidelines
api-guidelines copied to clipboard
C-CASE: do not encourage using one letter meaningless lifetime parameter
Current text recommends naming lifetime parameter with single letter too much. I've seen this adds a lot to beginner's confusion. Change the order to stop encouraging that.
Also, added discouraging underline version of _rs suffix based on real world crates doing so.