]> git.lizzy.rs Git - rust.git/commit
Auto merge of #6304 - matthiaskrgr:crash_6302, r=llogiq
authorbors <bors@rust-lang.org>
Sat, 7 Nov 2020 18:10:35 +0000 (18:10 +0000)
committerbors <bors@rust-lang.org>
Sat, 7 Nov 2020 18:10:35 +0000 (18:10 +0000)
commitc015622568f03cbd6931e073c95de89040e95434
tree9bf96b10155c3d98dff4ec545ffb79ea7cc975b6
parent5effc998128970d69bfd6ec24483edfcf3461c8c
parent5253595b3bb6a3cc6502bb2327590e582d1d27e9
Auto merge of #6304 - matthiaskrgr:crash_6302, r=llogiq

FROM_ITER_INSTEAD_OF_COLLECT: avoid unwrapping unconditionally

Fixes #6302

changelog: fix unwrap of None when checking libcore with clippy