]> git.lizzy.rs Git - rust.git/commit
Auto merge of #63858 - matthiaskrgr:submodule_upd, r=oli-obk
authorbors <bors@rust-lang.org>
Sat, 24 Aug 2019 17:49:35 +0000 (17:49 +0000)
committerbors <bors@rust-lang.org>
Sat, 24 Aug 2019 17:49:35 +0000 (17:49 +0000)
commiteeba189cfb2cfc5c5898513352d4ca8f1df06e05
tree0b6e4e6bba82b1e8c1a266b8d16c9b53712bf556
parent5ade61a4f1515d4a18f38dacdbdb592bfd384a84
parent9bbe8aed4b524c0922e2414b4916e57730f20407
Auto merge of #63858 - matthiaskrgr:submodule_upd, r=oli-obk

submodules: update clippy from cd3df6be to 2bcb6155

Changes:
````
Refactor some minor things
Use more if-chains
Refactor 'lint_or_fun_call'
Refactor 'check_unwrap_or_default'
Refactor 'check_impl_item'
Add missing field to LitKind::Str
Run update_lints for Unicode lint
Re-add false positive check
Add raw string regression test for useless_format lint
Re-factor useless_format lint
Update Unicode lint tests
Add two more tests, allow 2 other lints.
Fix `temporary_cstring_as_ptr` false negative
Add more testcases for redundant_pattern_matching
Fix suggestions for redundant_pattern_matching
Add note on how to find the latest beta commit
Remove feature gate for async_await
Update if_chain doc link
Requested test cleanup
Requested changes
Ignore lines starting with '#'
run-rustfix for unseparated-prefix-literals
Add autofixable suggestion for unseparated integer literal suffices
Further text improvements
Add image
docs: Explain how to update the changelog
````

r? @oli-obk  @Manishearth