rust-crypto icon indicating copy to clipboard operation
rust-crypto copied to clipboard

`ref` on an entire `let` pattern is discouraged

Open luisbg opened this issue 6 years ago • 0 comments

For let bindings, let x = &foo; is preferred. The type of x is more obvious with the former.

Small style fix. If you like I can send more :)

luisbg avatar Oct 02 '18 21:10 luisbg