Fix the test suite after cargo update

This commit is contained in:
mcarton 2017-06-19 22:11:12 +02:00
parent 22c986f684
commit 74d4842c5f
121 changed files with 0 additions and 121 deletions

View file

@ -161,6 +161,5 @@ error: <-comparison of unit values detected. This will always be false
error: aborting due to previous error(s)
error: Could not compile `clippy_tests`.
To learn more, run the command again with --verbose.

View file

@ -152,6 +152,5 @@ error: approximate value of `f{32, 64}::consts::SQRT_2` found. Consider using it
error: aborting due to previous error(s)
error: Could not compile `clippy_tests`.
To learn more, run the command again with --verbose.

View file

@ -89,6 +89,5 @@ error: floating-point arithmetic detected
error: aborting due to previous error(s)
error: Could not compile `clippy_tests`.
To learn more, run the command again with --verbose.

View file

@ -152,6 +152,5 @@ error: range is out of bounds
error: aborting due to previous error(s)
error: Could not compile `clippy_tests`.
To learn more, run the command again with --verbose.

View file

@ -176,6 +176,5 @@ error: manual implementation of an assign operation
error: aborting due to previous error(s)
error: Could not compile `clippy_tests`.
To learn more, run the command again with --verbose.

View file

@ -64,6 +64,5 @@ error: variable appears on both sides of an assignment operation
error: aborting due to previous error(s)
error: Could not compile `clippy_tests`.
To learn more, run the command again with --verbose.

View file

@ -24,6 +24,5 @@ error: the since field must contain a semver-compliant version
error: aborting due to previous error(s)
error: Could not compile `clippy_tests`.
To learn more, run the command again with --verbose.

View file

@ -120,6 +120,5 @@ error: ineffective bit mask: `x | 1` compared to `8`, is the same as x compared
error: aborting due to previous error(s)
error: Could not compile `clippy_tests`.
To learn more, run the command again with --verbose.

View file

@ -112,6 +112,5 @@ error: use of a blacklisted/placeholder name `baz`
error: aborting due to previous error(s)
error: Could not compile `clippy_tests`.
To learn more, run the command again with --verbose.

View file

@ -56,6 +56,5 @@ error: this boolean expression can be simplified
error: aborting due to previous error(s)
error: Could not compile `clippy_tests`.
To learn more, run the command again with --verbose.

View file

@ -32,6 +32,5 @@ error: equality checks against false can be replaced by a negation
error: aborting due to previous error(s)
error: Could not compile `clippy_tests`.
To learn more, run the command again with --verbose.

View file

@ -138,6 +138,5 @@ help: try
error: aborting due to previous error(s)
error: Could not compile `clippy_tests`.
To learn more, run the command again with --verbose.

View file

@ -30,6 +30,5 @@ error: you seem to be trying to use `&Box<T>`. Consider using just `&T`
error: aborting due to previous error(s)
error: Could not compile `clippy_tests`.
To learn more, run the command again with --verbose.

View file

@ -9,6 +9,5 @@ error: you seem to be trying to use `Box<Vec<T>>`. Consider using just `Vec<T>`
error: aborting due to previous error(s)
error: Could not compile `clippy_tests`.
To learn more, run the command again with --verbose.

View file

@ -360,6 +360,5 @@ error: casting to the same type is unnecessary (`bool` -> `bool`)
error: aborting due to previous error(s)
error: Could not compile `clippy_tests`.
To learn more, run the command again with --verbose.

View file

@ -10,6 +10,5 @@ error: casting character literal to u8. `char`s are 4 bytes wide in rust, so cas
error: aborting due to previous error(s)
error: Could not compile `clippy_tests`.
To learn more, run the command again with --verbose.

View file

@ -96,6 +96,5 @@ error: doomed comparison with NAN, use `std::{f32,f64}::is_nan()` instead
error: aborting due to previous error(s)
error: Could not compile `clippy_tests`.
To learn more, run the command again with --verbose.

View file

@ -16,6 +16,5 @@ error: Comparing with null is better expressed by the .is_null() method
error: aborting due to previous error(s)
error: Could not compile `clippy_tests`.
To learn more, run the command again with --verbose.

View file

@ -48,6 +48,5 @@ error: this creates an owned instance just for comparison
error: aborting due to previous error(s)
error: Could not compile `clippy_tests`.
To learn more, run the command again with --verbose.

View file

@ -240,6 +240,5 @@ help: try
error: aborting due to previous error(s)
error: Could not compile `clippy_tests`.
To learn more, run the command again with --verbose.

View file

@ -120,6 +120,5 @@ error: very complex type used. Consider factoring parts into `type` definitions
error: aborting due to previous error(s)
error: Could not compile `clippy_tests`.
To learn more, run the command again with --verbose.

View file

@ -36,6 +36,5 @@ error: This else block is redundant.
error: aborting due to previous error(s)
error: Could not compile `clippy_tests`.
To learn more, run the command again with --verbose.

View file

@ -290,6 +290,5 @@ error: the function has a cyclomatic complexity of 8
error: aborting due to previous error(s)
error: Could not compile `clippy_tests`.
To learn more, run the command again with --verbose.

View file

@ -15,6 +15,5 @@ error: the function has a cyclomatic complexity of 3
error: aborting due to previous error(s)
error: Could not compile `clippy_tests`.
To learn more, run the command again with --verbose.

View file

@ -79,6 +79,5 @@ note: consider deriving `Clone` or removing `Copy`
error: aborting due to previous error(s)
error: Could not compile `clippy_tests`.
To learn more, run the command again with --verbose.

View file

@ -48,6 +48,5 @@ error: sub-expression diverges
error: aborting due to previous error(s)
error: Could not compile `clippy_tests`.
To learn more, run the command again with --verbose.

View file

@ -54,6 +54,5 @@ error: I see you're using a LinkedList! Perhaps you meant some other data struct
error: aborting due to previous error(s)
error: Could not compile `clippy_tests`.
To learn more, run the command again with --verbose.

View file

@ -208,6 +208,5 @@ error: you should put `be_sure_we_got_to_the_end_of_it` between ticks in the doc
error: aborting due to previous error(s)
error: Could not compile `clippy_tests`.
To learn more, run the command again with --verbose.

View file

@ -8,6 +8,5 @@ error: `--x` could be misinterpreted as pre-decrement by C programmers, is usual
error: aborting due to previous error(s)
error: Could not compile `clippy_tests`.
To learn more, run the command again with --verbose.

View file

@ -40,6 +40,5 @@ error: Consider removing unnecessary double parentheses
error: aborting due to previous error(s)
error: Could not compile `clippy_tests`.
To learn more, run the command again with --verbose.

View file

@ -78,6 +78,5 @@ note: argument has type SomeStruct
error: aborting due to previous error(s)
error: Could not compile `clippy_tests`.
To learn more, run the command again with --verbose.

View file

@ -234,6 +234,5 @@ note: argument has type &SomeStruct
error: aborting due to previous error(s)
error: Could not compile `clippy_tests`.
To learn more, run the command again with --verbose.

View file

@ -8,6 +8,5 @@ error: `darth` already exists, having another argument having almost the same na
error: aborting due to previous error(s)
error: Could not compile `clippy_tests`.
To learn more, run the command again with --verbose.

View file

@ -13,6 +13,5 @@ help: consider using the uninhabited type `!` or a wrapper around it
error: aborting due to previous error(s)
error: Could not compile `clippy_tests`.
To learn more, run the command again with --verbose.

View file

@ -56,6 +56,5 @@ error: usage of `contains_key` followed by `insert` on a `BTreeMap`
error: aborting due to previous error(s)
error: Could not compile `clippy_tests`.
To learn more, run the command again with --verbose.

View file

@ -16,6 +16,5 @@ error: don't use glob imports for enum variants
error: aborting due to previous error(s)
error: Could not compile `clippy_tests`.
To learn more, run the command again with --verbose.

View file

@ -110,6 +110,5 @@ error: All variants have the same prefix: `With`
error: aborting due to previous error(s)
error: Could not compile `clippy_tests`.
To learn more, run the command again with --verbose.

View file

@ -64,6 +64,5 @@ error: Clike enum variant discriminant is not portable to 32-bit targets
error: aborting due to previous error(s)
error: Could not compile `clippy_tests`.
To learn more, run the command again with --verbose.

View file

@ -266,6 +266,5 @@ error: taken reference of right operand
error: aborting due to previous error(s)
error: Could not compile `clippy_tests`.
To learn more, run the command again with --verbose.

View file

@ -40,6 +40,5 @@ error: redundant closure found
error: aborting due to previous error(s)
error: Could not compile `clippy_tests`.
To learn more, run the command again with --verbose.

View file

@ -52,6 +52,5 @@ note: whether read occurs before this write depends on evaluation order
error: aborting due to previous error(s)
error: Could not compile `clippy_tests`.
To learn more, run the command again with --verbose.

View file

@ -44,6 +44,5 @@ error: called `filter_map(p).map(q)` on an `Iterator`. This is more succinctly e
error: aborting due to previous error(s)
error: Could not compile `clippy_tests`.
To learn more, run the command again with --verbose.

View file

@ -104,6 +104,5 @@ note: std::f32::EPSILON and std::f64::EPSILON are available.
error: aborting due to previous error(s)
error: Could not compile `clippy_tests`.
To learn more, run the command again with --verbose.

View file

@ -525,6 +525,5 @@ help: use the corresponding method
error: aborting due to previous error(s)
error: Could not compile `clippy_tests`.
To learn more, run the command again with --verbose.

View file

@ -24,6 +24,5 @@ error: useless use of `format!`
error: aborting due to previous error(s)
error: Could not compile `clippy_tests`.
To learn more, run the command again with --verbose.

View file

@ -95,6 +95,5 @@ error: possibly missing a comma here
error: aborting due to previous error(s)
error: Could not compile `clippy_tests`.
To learn more, run the command again with --verbose.

View file

@ -97,6 +97,5 @@ error: this public function dereferences a raw pointer but is not marked `unsafe
error: aborting due to previous error(s)
error: Could not compile `clippy_tests`.
To learn more, run the command again with --verbose.

View file

@ -56,6 +56,5 @@ error: the operation is ineffective. Consider reducing it to `x`
error: aborting due to previous error(s)
error: Could not compile `clippy_tests`.
To learn more, run the command again with --verbose.

View file

@ -32,6 +32,5 @@ error: redundant pattern matching, consider using `is_some()`
error: aborting due to previous error(s)
error: Could not compile `clippy_tests`.
To learn more, run the command again with --verbose.

View file

@ -26,6 +26,5 @@ error: Unnecessary `!=` operation
error: aborting due to previous error(s)
error: Could not compile `clippy_tests`.
To learn more, run the command again with --verbose.

View file

@ -216,6 +216,5 @@ error: because of the numeric bounds on `u8` prior to casting, this expression i
error: aborting due to previous error(s)
error: Could not compile `clippy_tests`.
To learn more, run the command again with --verbose.

View file

@ -16,6 +16,5 @@ error: adding items after statements is confusing, since items exist from the st
error: aborting due to previous error(s)
error: Could not compile `clippy_tests`.
To learn more, run the command again with --verbose.

View file

@ -69,6 +69,5 @@ help: consider boxing the large fields to reduce the total size of the enum
error: aborting due to previous error(s)
error: Could not compile `clippy_tests`.
To learn more, run the command again with --verbose.

View file

@ -106,6 +106,5 @@ error: length comparison to zero
error: aborting due to previous error(s)
error: Could not compile `clippy_tests`.
To learn more, run the command again with --verbose.

View file

@ -52,6 +52,5 @@ error: `if _ { .. } else { .. }` is an expression
error: aborting due to previous error(s)
error: Could not compile `clippy_tests`.
To learn more, run the command again with --verbose.

View file

@ -26,6 +26,5 @@ note: this expression can be directly returned
error: aborting due to previous error(s)
error: Could not compile `clippy_tests`.
To learn more, run the command again with --verbose.

View file

@ -16,6 +16,5 @@ error: this let-binding has unit value. Consider omitting `let _a =`
error: aborting due to previous error(s)
error: Could not compile `clippy_tests`.
To learn more, run the command again with --verbose.

View file

@ -114,6 +114,5 @@ error: explicit lifetimes given in parameter types where they could be elided
error: aborting due to previous error(s)
error: Could not compile `clippy_tests`.
To learn more, run the command again with --verbose.

View file

@ -8,6 +8,5 @@ error: the lint `MISSING_LINT` is not added to any `LintPass`
error: aborting due to previous error(s)
error: Could not compile `clippy_tests`.
To learn more, run the command again with --verbose.

View file

@ -96,6 +96,5 @@ help: if you mean to use an octal constant, use `0o`:
error: aborting due to previous error(s)
error: Could not compile `clippy_tests`.
To learn more, run the command again with --verbose.

View file

@ -110,6 +110,5 @@ error: you seem to be using .map() to clone the contents of an Option, consider
error: aborting due to previous error(s)
error: Could not compile `clippy_tests`.
To learn more, run the command again with --verbose.

View file

@ -291,6 +291,5 @@ error: Err(_) will match all errors, maybe not a good idea
error: aborting due to previous error(s)
error: Could not compile `clippy_tests`.
To learn more, run the command again with --verbose.

View file

@ -24,6 +24,5 @@ error: usage of mem::forget on Drop type
error: aborting due to previous error(s)
error: Could not compile `clippy_tests`.
To learn more, run the command again with --verbose.

View file

@ -762,6 +762,5 @@ error: called `cloned().collect()` on a slice to create a `Vec`. Calling `to_vec
error: aborting due to previous error(s)
error: Could not compile `clippy_tests`.
To learn more, run the command again with --verbose.

View file

@ -56,6 +56,5 @@ error: this min/max combination leads to constant result
error: aborting due to previous error(s)
error: Could not compile `clippy_tests`.
To learn more, run the command again with --verbose.

View file

@ -350,6 +350,5 @@ error: missing documentation for a function
error: aborting due to previous error(s)
error: Could not compile `clippy_tests`.
To learn more, run the command again with --verbose.

View file

@ -20,6 +20,5 @@ error: module has the same name as its containing module
error: aborting due to previous error(s)
error: Could not compile `clippy_tests`.
To learn more, run the command again with --verbose.

View file

@ -8,6 +8,5 @@ error: any number modulo 1 will be 0
error: aborting due to previous error(s)
error: Could not compile `clippy_tests`.
To learn more, run the command again with --verbose.

View file

@ -65,6 +65,5 @@ note: immutable borrow here
error: aborting due to previous error(s)
error: Could not compile `clippy_tests`.
To learn more, run the command again with --verbose.

View file

@ -107,6 +107,5 @@ error: generally you want to avoid `&mut &mut _` if possible
error: aborting due to previous error(s)
error: Could not compile `clippy_tests`.
To learn more, run the command again with --verbose.

View file

@ -24,6 +24,5 @@ error: The function/method `takes_an_immutable_reference` doesn't need a mutable
error: aborting due to previous error(s)
error: Could not compile `clippy_tests`.
To learn more, run the command again with --verbose.

View file

@ -56,6 +56,5 @@ error: Consider using an AtomicIsize instead of a Mutex here. If you just want t
error: aborting due to previous error(s)
error: Could not compile `clippy_tests`.
To learn more, run the command again with --verbose.

View file

@ -88,6 +88,5 @@ error: this if-then-else expression returns a bool literal
error: aborting due to previous error(s)
error: Could not compile `clippy_tests`.
To learn more, run the command again with --verbose.

View file

@ -32,6 +32,5 @@ error: this pattern creates a reference to a reference
error: aborting due to previous error(s)
error: Could not compile `clippy_tests`.
To learn more, run the command again with --verbose.

View file

@ -58,6 +58,5 @@ error: There is no need for an explicit `else` block for this `if` expression
error: aborting due to previous error(s)
error: Could not compile `clippy_tests`.
To learn more, run the command again with --verbose.

View file

@ -64,6 +64,5 @@ help: consider taking a reference instead
error: aborting due to previous error(s)
error: Could not compile `clippy_tests`.
To learn more, run the command again with --verbose.

View file

@ -64,6 +64,5 @@ error: unneeded return statement
error: aborting due to previous error(s)
error: Could not compile `clippy_tests`.
To learn more, run the command again with --verbose.

View file

@ -8,6 +8,5 @@ error: struct update has no effect, all the fields in the struct have already be
error: aborting due to previous error(s)
error: Could not compile `clippy_tests`.
To learn more, run the command again with --verbose.

View file

@ -16,6 +16,5 @@ error: Negation by multiplying with -1
error: aborting due to previous error(s)
error: Could not compile `clippy_tests`.
To learn more, run the command again with --verbose.

View file

@ -96,6 +96,5 @@ error: this loop never actually loops
error: aborting due to previous error(s)
error: Could not compile `clippy_tests`.
To learn more, run the command again with --verbose.

View file

@ -36,6 +36,5 @@ help: try this
error: aborting due to previous error(s)
error: Could not compile `clippy_tests`.
To learn more, run the command again with --verbose.

View file

@ -352,6 +352,5 @@ error: statement can be reduced
error: aborting due to previous error(s)
error: Could not compile `clippy_tests`.
To learn more, run the command again with --verbose.

View file

@ -143,6 +143,5 @@ error: 5th binding whose name is just one char
error: aborting due to previous error(s)
error: Could not compile `clippy_tests`.
To learn more, run the command again with --verbose.

View file

@ -13,6 +13,5 @@ error: Matching on `Some` with `ok()` is redundant
error: aborting due to previous error(s)
error: Could not compile `clippy_tests`.
To learn more, run the command again with --verbose.

View file

@ -10,6 +10,5 @@ help: use the values directly
error: aborting due to previous error(s)
error: Could not compile `clippy_tests`.
To learn more, run the command again with --verbose.

View file

@ -56,6 +56,5 @@ error: the method "truncate" is called more than once
error: aborting due to previous error(s)
error: Could not compile `clippy_tests`.
To learn more, run the command again with --verbose.

View file

@ -64,6 +64,5 @@ error: You are trying to use classic C underflow conditions that will fail in Ru
error: aborting due to previous error(s)
error: Could not compile `clippy_tests`.
To learn more, run the command again with --verbose.

View file

@ -33,6 +33,5 @@ error: you probably are missing some parameter in your format string
error: aborting due to previous error(s)
error: Could not compile `clippy_tests`.
To learn more, run the command again with --verbose.

View file

@ -8,6 +8,5 @@ error: re-implementing `PartialEq::ne` is unnecessary
error: aborting due to previous error(s)
error: Could not compile `clippy_tests`.
To learn more, run the command again with --verbose.

View file

@ -8,6 +8,5 @@ error: the `y @ _` pattern can be written as just `y`
error: aborting due to previous error(s)
error: Could not compile `clippy_tests`.
To learn more, run the command again with --verbose.

View file

@ -72,6 +72,5 @@ error: unary minus has lower precedence than method call
error: aborting due to previous error(s)
error: Could not compile `clippy_tests`.
To learn more, run the command again with --verbose.

View file

@ -64,6 +64,5 @@ error: use of `Debug`-based formatting
error: aborting due to previous error(s)
error: Could not compile `clippy_tests`.
To learn more, run the command again with --verbose.

View file

@ -32,6 +32,5 @@ error: using `print!()` with a format string that ends in a newline, consider us
error: aborting due to previous error(s)
error: Could not compile `clippy_tests`.
To learn more, run the command again with --verbose.

View file

@ -24,6 +24,5 @@ error: writing `&Vec<_>` instead of `&[_]` involves one more reference and canno
error: aborting due to previous error(s)
error: Could not compile `clippy_tests`.
To learn more, run the command again with --verbose.

View file

@ -56,6 +56,5 @@ error: Iterator::step_by(0) will panic at runtime
error: aborting due to previous error(s)
error: Could not compile `clippy_tests`.
To learn more, run the command again with --verbose.

View file

@ -40,6 +40,5 @@ error: Try not to call a closure in the expression where it is declared.
error: aborting due to previous error(s)
error: Could not compile `clippy_tests`.
To learn more, run the command again with --verbose.

View file

@ -88,6 +88,5 @@ error: immediately dereferencing a reference
error: aborting due to previous error(s)
error: Could not compile `clippy_tests`.
To learn more, run the command again with --verbose.

View file

@ -6,6 +6,5 @@ error[E0463]: can't find crate for `regex`
error: aborting due to previous error(s)
error: Could not compile `clippy_tests`.
To learn more, run the command again with --verbose.

View file

@ -6,6 +6,5 @@ error[E0463]: can't find crate for `serde`
error: aborting due to previous error(s)
error: Could not compile `clippy_tests`.
To learn more, run the command again with --verbose.

View file

@ -142,6 +142,5 @@ note: previous binding is here
error: aborting due to previous error(s)
error: Could not compile `clippy_tests`.
To learn more, run the command again with --verbose.

Some files were not shown because too many files have changed in this diff Show more