You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
7da5327 Use semvar-compliant version number (Tobin C. Harding)
17bd217 Use find instead of chaining filter and next (Tobin C. Harding)
b75964c Use sort_unstable on primitive types (Tobin C. Harding)
769cd6d Do not check for < 0 for usize types (Tobin C. Harding)
289a1a8 Use flat_map instead of chaining map and flatten (Tobin C. Harding)
90ba692 Use unwrap_or_else instead of unwrap_or (Tobin C. Harding)
da6e068 Remove the redundant calls to clone on Copy type (Tobin C. Harding)
98d4a06 Remove unneeded `ref` (Tobin C. Harding)
af2260f Return block directly (Tobin C. Harding)
54412f1 Simplify duplicate code (Tobin C. Harding)
45fd5f7 Use push with character literal (Tobin C. Harding)
ebc4dc9 Use to_string instead of format macro (Tobin C. Harding)
592b479 Use copied (Tobin C. Harding)
54f2384 Remove redundant clone (Tobin C. Harding)
230cab9 Use map instead of and_then (Tobin C. Harding)
bc7be32 Remove unnecessary call to String::from (Tobin C. Harding)
35015bf Remove redundant pattern matching (Tobin C. Harding)
ad51d83 Derive Default (Tobin C. Harding)
ea57d6e Use contains instead of manual implementation (Tobin C. Harding)
7b91918 Use is_empty (Tobin C. Harding)
738ff15 Remove redundant closures (Tobin C. Harding)
63dee9e Use iter instead of into_iter (Tobin C. Harding)
3fdd0f5 Remove useless conversion call from error return (Tobin C. Harding)
d29d10a Remove reference from expression and patterns (Tobin C. Harding)
0a1b5e4 Do not use & for pattern match arms (Tobin C. Harding)
be1a4ee Use ok_or_else instead of ok_or (Tobin C. Harding)
8944ca0 Remove explicit lifetimes (Tobin C. Harding)
5647e29 Remove redundant slicing of whole range (Tobin C. Harding)
52f7dce Use & instead of `ref` (Tobin C. Harding)
81d5ae6 Remove explicit return statement (Tobin C. Harding)
03c6587 Remove unneeded explicit reference (Tobin C. Harding)
952af97 Remove unneeded unit return type (Tobin C. Harding)
a1cf394 Use struct field shorthand (Tobin C. Harding)
e94bf6e Remove redundant import statement (Tobin C. Harding)
77eb4a3 Add clippy config file (Tobin C. Harding)
Pull request description:
Make a start on clearing all the non-contentious clippy warnings.
ACKs for top commit:
sanket1729:
ACK 7da5327
Tree-SHA512: cb7ad9d8983404a01148a61aa920dfd5657ff2a5fea1ea9d3ff565a1665148e31a693916a253bf8bad274063579d4484dfa738294b0eda4271f0e8fd0a9abbdd
0 commit comments