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
7da532763924c9a0d3b5569745182e552ed14ea0 Use semvar-compliant version number (Tobin C. Harding)
17bd217697035fe183c76625f623e4995ae4bdae Use find instead of chaining filter and next (Tobin C. Harding)
b75964cca195bd79c062cc635ba4d67d7dfb6cb7 Use sort_unstable on primitive types (Tobin C. Harding)
769cd6db4cb7c039b4d0ee0c05fb55127d495b58 Do not check for < 0 for usize types (Tobin C. Harding)
289a1a8bda3e5af0bb1b68708c5c811482631fd4 Use flat_map instead of chaining map and flatten (Tobin C. Harding)
90ba69228912def84265883f3edb728f6a0b1c08 Use unwrap_or_else instead of unwrap_or (Tobin C. Harding)
da6e068df151867003ec0768f9fc20c5c684a3a3 Remove the redundant calls to clone on Copy type (Tobin C. Harding)
98d4a063a52f2a882ba0ff7f94113a23ef447f99 Remove unneeded `ref` (Tobin C. Harding)
af2260fae9989558c513cd6034113f9f51bd227a Return block directly (Tobin C. Harding)
54412f137cb97623fb1f935a6c099a028645d520 Simplify duplicate code (Tobin C. Harding)
45fd5f7fc7676bbcfa10f327482bd58b542536ab Use push with character literal (Tobin C. Harding)
ebc4dc9f78ee87bbbc3f8833a4da890c29fdcb9f Use to_string instead of format macro (Tobin C. Harding)
592b4790f3f229b2bcad28238777f6440235d28d Use copied (Tobin C. Harding)
54f23840ae190f4240b3438279320254aa3c4591 Remove redundant clone (Tobin C. Harding)
230cab996721b64a1de8efb04fe6c5c212399d22 Use map instead of and_then (Tobin C. Harding)
bc7be32fab6e4ecf7ba9235013def628ba77a8f4 Remove unnecessary call to String::from (Tobin C. Harding)
35015bf7e702de0c619face925971429c69d3e76 Remove redundant pattern matching (Tobin C. Harding)
ad51d83a9d481e2b0c9b278f4d27625a76c37ea2 Derive Default (Tobin C. Harding)
ea57d6e1bc4b4fa778da347a9d8cf27d039fe32a Use contains instead of manual implementation (Tobin C. Harding)
7b91918a4a37f60348dabd8e7029eeeaef248eef Use is_empty (Tobin C. Harding)
738ff15174f8405c305b843b4118a587018bea0e Remove redundant closures (Tobin C. Harding)
63dee9eb228a08a40a3028ab47647e3adc8c4da4 Use iter instead of into_iter (Tobin C. Harding)
3fdd0f516bd0ff5d26e37c984332036752adeb1a Remove useless conversion call from error return (Tobin C. Harding)
d29d10a95b9357a9bff9abfe73cd9fd5974f95a8 Remove reference from expression and patterns (Tobin C. Harding)
0a1b5e497944da82a5fad08fb67bcd1c1e34992e Do not use & for pattern match arms (Tobin C. Harding)
be1a4ee0af639ba727c93a8b3221c2e41de4e779 Use ok_or_else instead of ok_or (Tobin C. Harding)
8944ca0d4f6cc54ff712e45448f2230ea2432933 Remove explicit lifetimes (Tobin C. Harding)
5647e29606d9503aa7c8180a70827f2d4f14f877 Remove redundant slicing of whole range (Tobin C. Harding)
52f7dce75808b678d11c1c8a0c9a434a714ba19f Use & instead of `ref` (Tobin C. Harding)
81d5ae61375eddcdae7cd5fc97895dac2a0f4d82 Remove explicit return statement (Tobin C. Harding)
03c65871b50581ba7d203b0a77ea09bfcf4f4f49 Remove unneeded explicit reference (Tobin C. Harding)
952af97e2aa3986f1141f7fd0cace331ac943157 Remove unneeded unit return type (Tobin C. Harding)
a1cf3944650e4e3508e78e4bdc0bb80d1e0b1471 Use struct field shorthand (Tobin C. Harding)
e94bf6efb776c234800164451e871fc473fbffa4 Remove redundant import statement (Tobin C. Harding)
77eb4a34803ffd13e3bfd6298fe8a249940ab2f8 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 7da532763924c9a0d3b5569745182e552ed14ea0
Tree-SHA512: cb7ad9d8983404a01148a61aa920dfd5657ff2a5fea1ea9d3ff565a1665148e31a693916a253bf8bad274063579d4484dfa738294b0eda4271f0e8fd0a9abbdd
0 commit comments