]> git.lizzy.rs Git - rust.git/commit - src/tools/clippy
Auto merge of #62714 - matthiaskrgr:submodule_upd, r=oli-obk
authorbors <bors@rust-lang.org>
Wed, 17 Jul 2019 02:49:51 +0000 (02:49 +0000)
committerbors <bors@rust-lang.org>
Wed, 17 Jul 2019 02:49:51 +0000 (02:49 +0000)
commitbf16480f9cf124630f4a4ffc6d8a57b72fbd5ce9
tree14df354275cf0bbb334d660b3ffa006b63e9db32
parent38798c6d68394874686dfa3d03e56e12a3ff3d54
parentcf4de8dd75f4fbc58c9ac438b25fe23ebdd60630
Auto merge of #62714 - matthiaskrgr:submodule_upd, r=oli-obk

submodules: update clippy from b0290424 to 164310dd

Changes:
````
Lint
Fix float_cmp false positive when comparing signum
grep only lines, that start with 'changelog: '
Get PR number from bors commit message
Authenticate with github_api_token
Check PRs for changelog entry in the body
Deny warnings in CI
Disable dogfood on windows for faster build time on travis
Revert "Remove `CARGO_INCREMENTAL=0` from windows build"
Remove `CARGO_INCREMENTAL=0` from windows build
Test with different sysroots dependent on the OS
Build sys_root in driver with PathBuf instead of String
Don't re-set the LD_LIBRARY_PATH in base_tests.sh
Add master toolchain binaries to the PATH
Change conditional
Stop allowing failures in Travis windows build
Fix bug in `implicit_hasher` causing crashes
Avoid rustfmt bug on Windows
Add rustfmt nightly to appveyor install
Work around rustup fallback error on Windows
Update documentation to the dev fmt command
Remove format checks from CI scripts again.
Remove format checks from CI script
Improve fmt test failure message
Fix crash on `dev --limit-stderr-length`
Add dev fmt subcommand
don't strip blank lines in lint documentation
````