rust-crypto
rust-crypto copied to clipboard
`ref` on an entire `let` pattern is discouraged
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 :)