bb30 / adbackup

backup tool for android written in rust
MIT License
3 stars 2 forks source link

Update clippy requirement from 0.0.103 to 0.0.302 #36

Closed dependabot-preview[bot] closed 4 years ago

dependabot-preview[bot] commented 5 years ago

Updates the requirements on clippy to permit the latest version.

Changelog *Sourced from [clippy's changelog](https://github.com/rust-lang/rust-clippy/blob/master/CHANGELOG.md).* > # Change Log > > All notable changes to this project will be documented in this file. > > ## Unreleased / In Rust Beta or Nightly > > [b2601be...master](https://github.com/rust-lang/rust-clippy/compare/b2601be...master) > > ## Rust 1.32 (2019-01-17) > > [2e26fdc2...b2601be](https://github.com/rust-lang/rust-clippy/compare/2e26fdc2...b2601be) > > * New lints: [`slow_vector_initialization`], [`mem_discriminant_non_enum`], > [`redundant_clone`], [`wildcard_dependencies`], > [`into_iter_on_ref`], [`into_iter_on_array`], [`deprecated_cfg_attr`], > [`mem_discriminant_non_enum`], [`cargo_common_metadata`] > * Add support for `u128` and `i128` to integer related lints > * Add float support to `mistyped_literal_suffixes` > * Fix false positives in `use_self` > * Fix false positives in `missing_comma` > * Fix false positives in `new_ret_no_self` > * Fix false positives in `possible_missing_comma` > * Fix false positive in `integer_arithmetic` in constant items > * Fix false positive in `needless_borrow` > * Fix false positive in `out_of_bounds_indexing` > * Fix false positive in `new_without_default_derive` > * Fix false positive in `string_lit_as_bytes` > * Fix false negative in `out_of_bounds_indexing` > * Fix false negative in `use_self`. It will now also check existential types > * Fix incorrect suggestion for `redundant_closure_call` > * Fix various suggestions that contained expanded macros > * Fix `bool_comparison` triggering 3 times on on on the same code > * Expand `trivially_copy_pass_by_ref` to work on trait methods > * Improve suggestion for `needless_range_loop` > * Move `needless_pass_by_value` from `pedantic` group to `style` > > ## Rust 1.31 (2018-12-06) > > [125907ad..2e26fdc2](https://github.com/rust-lang/rust-clippy/compare/125907ad..2e26fdc2) > > * Clippy has been relicensed under a dual MIT / Apache license. > See [#3093](https://github-redirect.dependabot.com/rust-lang/rust-clippy/issues/3093) for more > information. > * With Rust 1.31, Clippy is no longer available via crates.io. The recommended > installation method is via `rustup component add clippy`. > * New lints: [`redundant_pattern_matching`], [`unnecessary_filter_map`], > [`unused_unit`], [`map_flatten`], [`mem_replace_option_with_none`] > * Fix ICE in `if_let_redundant_pattern_matching` > * Fix ICE in `needless_pass_by_value` when encountering a generic function > argument with a lifetime parameter > ... (truncated)
Commits - See full diff in [compare view](https://github.com/rust-lang-nursery/rust-clippy/commits)


Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Note: This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.

You can always request more updates by clicking Bump now in your Dependabot dashboard.

Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) Finally, you can contact us by mentioning @dependabot.