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
cc1444df64d221bec1ad74a8f57db7332a5cc714 Use is_empty instead of comparison to 0 (Tobin C. Harding)
0421dfd921d39f58bb18ed440f47412e40657e60 Use vec macro instead of mut and push (Tobin C. Harding)
5155193286f16b4bbc2bcecee4e46aa541907728 Remove redundant clone (Tobin C. Harding)
035ff5b045a1b83ddcd398617e02bcfd36bc850f Use an iterator to iterate over casts (Tobin C. Harding)
b6c432bba72590bfb46c1af358bb4d41bf5915de Use take instead of replace with default (Tobin C. Harding)
c025403efe7d1c9f623cf05e00316f91c14bd937 Use any instead of fold (Tobin C. Harding)
42033dd47e452e8be1a46a234ff22484cb83377f Use is_err instead of pattern matching (Tobin C. Harding)
a024e75ccd18e7a2cb878540c4f50858db277f83 Fix manual implementation of Option::map warnings (Tobin C. Harding)
bb1e916b1974476220cb2afd319ee2d900b25f60 Use map instead of and_then (Tobin C. Harding)
7816a5f262d841014406006f74b2503432086145 Improve docs on parse method (Tobin C. Harding)
6ced1c0c5ed94df29e21534a47805286549bc796 Remove unnecessary cast (Tobin C. Harding)
1a025149f1e70cc2f497d335c5398b011b02c964 Remove explicit lifetimes (Tobin C. Harding)
80f9f14d8e0a4612f0e6763b060177dc33f80778 Add clippy allow for from_str method (Tobin C. Harding)
ff32f9513a137774e8a8ed293c829b5083abb763 Use iter instead of into_iter (Tobin C. Harding)
b6be0bee782fc00c0e7f40bedbdf2b036bfc0240 Fix doc example (Tobin C. Harding)
36ae791211236b6a046bb49818857c123b5f5de3 Remove unnecessary *&mut (Tobin C. Harding)
5596d07cf91854a0f46cb5216e69ac7eb1cedfb9 Use struct init shorthand (Tobin C. Harding)
Pull request description:
Clear all the remaining non-controversial clippy warnings.
Should be just the curly ones left after this.
ACKs for top commit:
sanket1729:
Thanks for doing this. ACK cc1444df64d221bec1ad74a8f57db7332a5cc714
Tree-SHA512: f0041faa8bcb9ba5b0db5c0be21d2b44c18cb188cebf2b583f72ad82e6947bd29c454fa6c723fde310a61e41f5116b93bbd29fb6f3ede2bf68e1b36fd118a6b3
0 commit comments