flip1995
c5c8f6122f
Merge remote-tracking branch 'upstream/master' into rustup
2022-06-16 16:04:06 +02:00
Takayuki Maeda
d024997943
remove unnecessary to_string
and String::new
for tool_only_span_suggestion
2022-06-13 16:01:16 +09:00
Takayuki Maeda
f2d9acfc01
remove unnecessary to_string
and String::new
2022-06-13 15:48:40 +09:00
Alex Macleod
2b655d4630
Correct some #[clippy::version]
s
2022-06-09 13:50:07 +00:00
Michael Wright
a2de34720d
needless_late_init refactoring
...
Remove the unneeded wrapping and unwrapping in suggestion creation.
Collecting to Option<Vec<_>> only returns None if one of the elements is
None and that is never the case here.
2022-06-05 07:30:59 +02:00
Michael Wright
2a1a80d80c
needless_late_init refactoring
...
Simplify the creation of suggestions by using `flat_map` instead of
`chain`. Note that the order of the suggestions is not important.
2022-06-05 07:30:59 +02:00
Michael Wright
94e321a6ff
needless_late_init refactoring
...
Remove duplication in creating suggestions by first mapping assignments
to spans and then suggestions.
2022-06-05 07:30:59 +02:00
Philipp Krones
f067783461
Merge commit 'd9ddce8a223cb9916389c039777b6966ea448dc8' into clippyup
2022-06-04 13:34:07 +02:00
Alex Macleod
722f7d28c3
needless_late_init: fix ICE when all branches return the never type
2022-05-29 18:39:27 +00:00
flip1995
7cd86aa1be
Merge commit '7c21f91b15b7604f818565646b686d90f99d1baf' into clippyup
2022-05-05 15:12:52 +01:00
binggh
f505cc9f72
Easier readability for needless_late_init
2022-05-03 17:51:23 +08:00
Alex Macleod
1d1fecff0f
needless_late_init
: ignore if let
, let mut
and significant drops
2022-04-26 13:16:54 +01:00
whodi
29ef80c78a
adding spell checking
2022-04-15 14:18:09 -07:00
flip1995
fb0142ae41
Merge commit '97a5daa65908e59744e2bc625b14849352231c75' into clippyup
2022-01-13 13:18:19 +01:00
Cameron Steffen
02ec39b2ff
Stop using in_band_lifetimes
2022-01-11 09:52:23 -06:00
flip1995
ece0946d7f
Merge commit '23d11428de3e973b34a5090a78d62887f821c90e' into clippyup
2021-12-17 13:40:22 +01:00
flip1995
fad9407c5a
Merge remote-tracking branch 'upstream/master' into rustup
2021-12-17 13:22:25 +01:00
Esteban Kuber
1c3747e7dd
Fix rebase and clippy tests
2021-12-13 17:09:16 +00:00
flip1995
8fea1d94f3
Merge commit 'a5d597637dcb78dc73f93561ce474f23d4177c35' into clippyup
2021-12-06 12:33:31 +01:00
Alex Macleod
d346ec94fe
Add async/const fn tests for needless-late-init
...
+nits
2021-11-26 14:27:53 +00:00
Alex Macleod
3957244120
Add needless_late_init
lint
2021-11-23 15:08:49 +00:00