]> git.lizzy.rs Git - rust.git/commitdiff
Fix the test suite after cargo update
authormcarton <cartonmartin+git@gmail.com>
Mon, 19 Jun 2017 20:11:12 +0000 (22:11 +0200)
committermcarton <cartonmartin+git@gmail.com>
Mon, 19 Jun 2017 20:11:12 +0000 (22:11 +0200)
121 files changed:
clippy_tests/examples/absurd-extreme-comparisons.stderr
clippy_tests/examples/approx_const.stderr
clippy_tests/examples/arithmetic.stderr
clippy_tests/examples/array_indexing.stderr
clippy_tests/examples/assign_ops.stderr
clippy_tests/examples/assign_ops2.stderr
clippy_tests/examples/attrs.stderr
clippy_tests/examples/bit_masks.stderr
clippy_tests/examples/blacklisted_name.stderr
clippy_tests/examples/block_in_if_condition.stderr
clippy_tests/examples/bool_comparison.stderr
clippy_tests/examples/booleans.stderr
clippy_tests/examples/borrow_box.stderr
clippy_tests/examples/box_vec.stderr
clippy_tests/examples/cast.stderr
clippy_tests/examples/char_lit_as_u8.stderr
clippy_tests/examples/cmp_nan.stderr
clippy_tests/examples/cmp_null.stderr
clippy_tests/examples/cmp_owned.stderr
clippy_tests/examples/collapsible_if.stderr
clippy_tests/examples/complex_types.stderr
clippy_tests/examples/copies.stderr
clippy_tests/examples/cyclomatic_complexity.stderr
clippy_tests/examples/cyclomatic_complexity_attr_used.stderr
clippy_tests/examples/derive.stderr
clippy_tests/examples/diverging_sub_expression.stderr
clippy_tests/examples/dlist.stderr
clippy_tests/examples/doc.stderr
clippy_tests/examples/double_neg.stderr
clippy_tests/examples/double_parens.stderr
clippy_tests/examples/drop_forget_copy.stderr
clippy_tests/examples/drop_forget_ref.stderr
clippy_tests/examples/duplicate_underscore_argument.stderr
clippy_tests/examples/empty_enum.stderr
clippy_tests/examples/entry.stderr
clippy_tests/examples/enum_glob_use.stderr
clippy_tests/examples/enum_variants.stderr
clippy_tests/examples/enums_clike.stderr
clippy_tests/examples/eq_op.stderr
clippy_tests/examples/eta.stderr
clippy_tests/examples/eval_order_dependence.stderr
clippy_tests/examples/filter_methods.stderr
clippy_tests/examples/float_cmp.stderr
clippy_tests/examples/for_loop.stderr
clippy_tests/examples/format.stderr
clippy_tests/examples/formatting.stderr
clippy_tests/examples/functions.stderr
clippy_tests/examples/identity_op.stderr
clippy_tests/examples/if_let_redundant_pattern_matching.stderr
clippy_tests/examples/if_not_else.stderr
clippy_tests/examples/invalid_upcast_comparisons.stderr
clippy_tests/examples/item_after_statement.stderr
clippy_tests/examples/large_enum_variant.stderr
clippy_tests/examples/len_zero.stderr
clippy_tests/examples/let_if_seq.stderr
clippy_tests/examples/let_return.stderr
clippy_tests/examples/let_unit.stderr
clippy_tests/examples/lifetimes.stderr
clippy_tests/examples/lint_pass.stderr
clippy_tests/examples/literals.stderr
clippy_tests/examples/map_clone.stderr
clippy_tests/examples/matches.stderr
clippy_tests/examples/mem_forget.stderr
clippy_tests/examples/methods.stderr
clippy_tests/examples/min_max.stderr
clippy_tests/examples/missing-doc.stderr
clippy_tests/examples/module_inception.stderr
clippy_tests/examples/modulo_one.stderr
clippy_tests/examples/mut_from_ref.stderr
clippy_tests/examples/mut_mut.stderr
clippy_tests/examples/mut_reference.stderr
clippy_tests/examples/mutex_atomic.stderr
clippy_tests/examples/needless_bool.stderr
clippy_tests/examples/needless_borrow.stderr
clippy_tests/examples/needless_continue.stderr
clippy_tests/examples/needless_pass_by_value.stderr
clippy_tests/examples/needless_return.stderr
clippy_tests/examples/needless_update.stderr
clippy_tests/examples/neg_multiply.stderr
clippy_tests/examples/never_loop.stderr
clippy_tests/examples/new_without_default.stderr
clippy_tests/examples/no_effect.stderr
clippy_tests/examples/non_expressive_names.stderr
clippy_tests/examples/ok_if_let.stderr
clippy_tests/examples/op_ref.stderr
clippy_tests/examples/open_options.stderr
clippy_tests/examples/overflow_check_conditional.stderr
clippy_tests/examples/panic.stderr
clippy_tests/examples/partialeq_ne_impl.stderr
clippy_tests/examples/patterns.stderr
clippy_tests/examples/precedence.stderr
clippy_tests/examples/print.stderr
clippy_tests/examples/print_with_newline.stderr
clippy_tests/examples/ptr_arg.stderr
clippy_tests/examples/range.stderr
clippy_tests/examples/redundant_closure_call.stderr
clippy_tests/examples/reference.stderr
clippy_tests/examples/regex.stderr
clippy_tests/examples/serde.stderr
clippy_tests/examples/shadow.stderr
clippy_tests/examples/short_circuit_statement.stderr
clippy_tests/examples/should_assert_eq.stderr
clippy_tests/examples/strings.stderr
clippy_tests/examples/stutter.stderr
clippy_tests/examples/swap.stderr
clippy_tests/examples/temporary_assignment.stderr
clippy_tests/examples/toplevel_ref_arg.stderr
clippy_tests/examples/unicode.stderr
clippy_tests/examples/unit_cmp.stderr
clippy_tests/examples/unneeded_field_pattern.stderr
clippy_tests/examples/unsafe_removed_from_name.stderr
clippy_tests/examples/unused_io_amount.stderr
clippy_tests/examples/unused_labels.stderr
clippy_tests/examples/unused_lt.stderr
clippy_tests/examples/used_underscore_binding.stderr
clippy_tests/examples/useless_attribute.stderr
clippy_tests/examples/vec.stderr
clippy_tests/examples/while_loop.stderr
clippy_tests/examples/wrong_self_convention.stderr
clippy_tests/examples/zero_div_zero.stderr
clippy_tests/examples/zero_ptr.stderr

index 678f3ee9adb3b2aa335a21972d51beeb5c70c046..e8f09f94a4d7611d7832c0241c83ac0cf4ce470d 100644 (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.
index 8ba381289593d4522f216e6e28485e1c5a449e30..2bfcc379e300e613127387e0f61694041bb5a440 100644 (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.
index 21b49c1dd14b9627878a3c758813e94fa5f309d3..bf2fc102d1b4ba6c0dd7bd5b6dcc9c68099f4a2f 100644 (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.
index d2106d5f3a7316a1ea6cae60911ad28bf99e9618..9af027b3731cf14757b50653938129e6862f8d66 100644 (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.
index 8e399b90d9d2244a4775a70387e3d5c590a38b25..b0ff237cc8cdfa5c47f88ed8c70dce623fb99f6b 100644 (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.
index b5a6ca9233d58506db1e4ce7cf79ce853548e9c1..f5c6f69e4c5f9187af66e072f905a58908718fa4 100644 (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.
index d44f1e8739280dd184156a75cdc615c7b2963b39..0c391278107588dfee0c88ff17dfef429df2bbd6 100644 (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.
index cb794d5c98b80496bbf86f08249975bfbff7b18b..62b07b6f2d89b800c23210dbe0dfd6dba65d0cbb 100644 (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.
index 61689d3b16d0fbaafe2158f6201b74c99b78c306..35594129247a3f5a2fe51ed8f5aab84b219c8ed2 100644 (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.
index 18d5843fe3f907b658a38e488204d7a89932abab..06526659105dc32c8b03ec5520f528ae2f8efbc7 100644 (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.
index eabd3f9d1d0fac7f53bbc64e6577adae73fdbb84..f28c7206ba4501246a07197c58a94a13532a55cf 100644 (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.
index 31466ba87889bed0a00805d4c8c12c86cf1c8623..038f2a4d19906dccc04dbe0bf90f29257e04e4c5 100644 (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.
index 6670a8c40835c4a330b8b9c890dc9c71eeb3495a..1ac5c0735db2e67f154ce050e2f397babce585a5 100644 (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.
index 413215acb155d947009e5cebda6a85363f70aa0f..013fdba7cbd6a6214ce2c18d7e7e2e26eb3e7fac 100644 (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.
index a7912e0c1785d6d4afdab6eb2f702782d319478d..271bfef17bd979d01dcfe77c70e823b1b16b49f0 100644 (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.
index 9560ab924c6505922f4d8d4789addccd712300c7..efe4c3cceec424571538c1d65b95ca136e91fef7 100644 (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.
index 745e44f6d0c79268e7c99cd9b23ff6f5e0229699..90b9747bc6f7c537cb010bfaae1033b2c6cd4882 100644 (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.
index a20051adeb8307b06370837538de8231571db8c4..d7b27eb5da40803faa490158ac1382c1fb007ef1 100644 (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.
index 327134c12894c1059716b2d2552fb86d57863565..fb35717ec5523ca71fac1259cdcabde5f02883c6 100644 (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.
index b90ab825db7551c6e1a0a6b5735b0af9fedfd492..93635fbd84d19a55b2a15141b42f56c46d7356e8 100644 (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.
index ea64a33cbabad7c4cb98b2478a94d6852abba745..408ee6744ef07739afeef4005d295d4976d55a4b 100644 (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.
index ef2d3e15d2d833a497066bb60386021590eccd7f..7398cae5cd32f14f2b8fa6b2a98c62e2f801abf0 100644 (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.
index f0344d692a4b4a642ef69acc1bbdccf7cd881c4d..a8bf7c0e9379113b2fac0cf6326639b41c9d5a25 100644 (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.
index 7a8f655207dd81270897caa1ab0f16e28ed0228e..882e67fb5c35046a83d85abfd761e2cb18009e9c 100644 (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.
index af3ee3c042b08827829d3d8cc62e226c18ea9e46..bc5c17cb6d243a6c61411aecf3e3150c45011133 100644 (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.
index a9ac44435565d0e98bb9fcde76f96d0521d5da6b..e6d39dc5cafd69450c4414680f3f2e9b79006827 100644 (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.
index cfb2788866dffa7752845e404efb4245fea60b33..0d3552a6da140c77299cf525da6fddb7841b05ce 100644 (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.
index 7e23de55da1e70f39dfb24619d2f94b62a241be4..7b4f7a763bacdf1c423d00fa2929693ca8ebc8e1 100644 (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.
index ad688849e874a8f4aa3962d14c89ec53d8975b75..0f432b0fa3113aa2500a866dd8095f2d309a0cba 100644 (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.
index d6634bff9c9af2c569835461aeb4b8b786d78377..12d07267d033da962c5add7c6710f9da293018ad 100644 (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.
index 8eaf70c480cae2db3f80c8a7127ffd4cde1aa533..86eba81d7c4f5f8753398b867f45f36640021eab 100644 (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.
index 2b564c9903ac2770b2971b83b7e1122345304d31..b4d37a5994aebc8a78873cc1e7eda662190e4968 100644 (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.
index e70980102522048510341714b34a37ada7704250..df3564cd94199a6365976fb366795573cc578a4f 100644 (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.
index 486f0d83fa2589181333b2329ed5be6b7d5a15f2..4f8cd9418aa271df0d54cb2f69dfa027c0cde40a 100644 (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.
index 2960608e60dda2c114e9ef219f2c3f4d9f2ee3d9..706e274ff5b9babeda6365275457fd860a879ab9 100644 (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.
index 2323aa234bbffeacab7d545ec379491338bb44a6..dc1d8f209d22abaa487d2370ace2a1d82cb64376 100644 (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.
index 978bbcc512657e9d01d86f6e4985483c7b94b44e..64cfb4a0f21e11884952a4e6a7c45c632ac085ab 100644 (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.
index b78f98cb6911efb5f96613537ad296d247d168f2..fdd6b37e091884b76bf8b5378f56f7d9a74e1c29 100644 (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.
index 7bbe4d05013bd5d80b58fd18cb5917b1acdec9e9..00cd9aceb82f86cfbd1ee49b927274b3d6fb83ed 100644 (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.
index 2ba83ffa0feec0c0161b133f3e316affc53dc435..10d6c4921ca8973877468111ac5b7c6c4dcc209e 100644 (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.
index d542cacc4bd9829e25ea92ff4c985d40f1609af1..a9a4ff0caedac585c1d6aecc75fdee68015925fd 100644 (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.
index 65513c3ff02b29885b87cba2cc46d8a8d0a7ac52..b33456c8c365e7a3cfd792ae978a6d75c1cc8d19 100644 (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.
index 05ee40397edeaf88a68b932df834e5304d1f5948..257b4fd0bd7d7d444a2316acfdb6cdbd4a71bd29 100644 (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.
index e752ffd2362ca6b83d44b3b3172255ad567b095e..37ed3204f6abfc56255d183bf980f8ed4abc00a8 100644 (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.
index 543bfe4a07ed355f97469ca4f5ea8a38c1df6dec..068010c2608c605acc3db7898f9c2ec0670e6283 100644 (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.
index 507619cf2615e0f27621abd1f82b30622e5a6195..ca07faf8a9a56b0127d92eab29a9fc57642d7bd2 100644 (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.
index de678148cd1c3bba7dddda70709029f9840fa808..db578e6ee8a6bd01334efabd851d958ffaeca405 100644 (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.
index 405fe12d69f6bcb24180c2db0ea73efc6d17ead8..42c01f5ae05cc1fb4f60846a65d80930f737b320 100644 (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.
index 665896632af3feb70dee73952eb53e3d1e0dd713..5a7ca503f4c9febb55f0d56a69fccf975a54917e 100644 (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.
index fe0c0837214f1b28aba68c9dde529fe5a6588fd6..fdc1908b9ef0c39bed0fe2384bfbd244ca1d1978 100644 (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.
index ad03afdd830f8472d8f1da4ab78be709dfe4b47d..c0be0c8b89d648483917398bce100275413638e6 100644 (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.
index a039317126ea32c6960fec0fbfedc2bf7633cac6..6674115ff86e807cd8df066d96fabdf5ad228332 100644 (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.
index 355a5594f3a520b487e3e501dd56164b0f3ab330..1a117f8af24d5a48706c45d010c17cb4f735abcc 100644 (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.
index 110bddfec10a7bddfb15701b61aa443f21fbb996..15790e11b08230b0b4ac1ca63333a027d4131c3b 100644 (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.
index 382c51046b429d43f2f59396c040886fe8d3c727..137ae636d497b45095891a685f4166419ed97108 100644 (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.
index 8136e6242ac21fc2359d2028c783329f32ee58bf..f9d5a36e780b14ba56159cd9f4db9f0b48da2ab4 100644 (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.
index 4b3c27659e692bd4fd7e043baee735ed41063d1b..af3b324d81366c0b451e45deabc6ac6f20bf01fc 100644 (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.
index c130fabcfa4cbad0249cb0a703b71af8fd0e478e..e02bf6053705af465625ff0597b659bd0d1e8115 100644 (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.
index 893a51c56b713e9fa6e63d8544ede96d0dca5bb9..682a50bccc51e24d15f8ed995e42c1d8b1a967f5 100644 (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.
index 66951886c9151351d7fe4b06d57f4427b5c6ff55..ab72ba5ee436686abedc04cb955275fbfd017d39 100644 (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.
index 5f04a99ce09e69bbe50cb4b5d288d74b9522dfbf..1e6dfb82e8187ab0346b12875b13e0022ba42038 100644 (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.
index 68e67a5be4e9dfeb4cc645e2748e2840e65fd661..62f4a2be16a284467dedd1bb46cdddb02d67bef4 100644 (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.
index edf6c628f6e6a70f0728cf3d8a62142c9141ee2f..a17652d1bc848fda65c9fd4d0e521045ff9336da 100644 (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.
index 28c35168f1356c10c59f88a13ca2d4671a71f2a4..9633f596263a36c5c926b48530489a9fa7451275 100644 (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.
index 55cae4599bf82d805c320c1e35c069678a5bfa6b..77d509bf0c3df0eebe687982f111d8ecc0ca22a8 100644 (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.
index e1092db510d6dac30696a1d63ec682e48713e700..92ef141cca889e373863f5a4cb1153f121abee11 100644 (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.
index 9a794bd791cdc2c7e40c27aa7ce9e3644a5a38e3..526fe551a0ad376e7a3f89c73297d990bb92f740 100644 (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.
index 09de0e977cee7ab6638d76fbb805810fc4ed446f..345f0a1acdac91ea512e34d1b0bdc76b09d0b0c2 100644 (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.
index d1a868f56bfae191cefb789c62b25c4949b496fd..a8f3d8e34d719d6998fa1425e96852844e67e7c7 100644 (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.
index abd6997018c6199a988ad856c0862e3962f7ed1f..5572f19578e54bef062a4273c02d58acc3131532 100644 (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.
index c8f606db0e170e3928e2a19e4b743cd8e5b4b5a5..bf6544117322dfebde2e0e3915a9d74af79fa09a 100644 (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.
index bf6a9e8db4a72aa8a86bf1b98a2561b3a794f04a..a83384584110fce23ed7ee776e2a41443c6e9b66 100644 (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.
index e2cc011785ed8e1b09b9a1f967da757d0f320eaa..b5580db24e5a19abd342abb4b787957bd47fcd66 100644 (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.
index 6b971cd3d3d3e1c3ba6d40f789f5173b215a6697..6878a0d912429a140aefecd64afc4ae2692935e2 100644 (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.
index b920751c33c2902a82f94b506ac1e7573935fb87..04cd5448e4a776a5e8b28f6811e5f7f7ad11997d 100644 (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.
index 5cfc2eddad8bbd3814609c4142baf13c6e131378..2f54b82d00eb848188d952040eea0581997a083e 100644 (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.
index a78eb9b8f41fe8e70287025c46bf51789ef91686..9d97b15b364a8b937e02bfd6bcaf151372182561 100644 (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.
index 1146b61d245675a8ada992aeefdb2e37c8c66a65..7fc9c8c682dabf51efb4b06eb3c09f23c67f6d65 100644 (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.
index 788cd7658954ae4482dad2c0ebcc56b218b4ca0c..d3f3711c5ee84f8b4cb3d2f5ab31a7ced498c4e3 100644 (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.
index 1ad1ca8de89c7e59cce66955af690dd2e3237a97..d7959bc20c3a38fe03449390466f79ac5606f672 100644 (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.
index afae03ee9b0ceac7095888ba930cddc7df48cb70..a82c7671c744ef020845cdab5781df0213081281 100644 (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.
index 31c3a4c86d37f6bd7daa634e6eee32abed399ab2..1663dd049766c8e511358cff362ab9f0c8ce1518 100644 (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.
index f8e18297ce68a9e6caaf66b7b440bbc0ae783afa..667e54288d4a3abca0d764989d3519aec3347474 100644 (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.
index 2399d7782bc1489b920f3448a8d1c11852bacfa9..fc93e96c09566e1b98a0df270baecdb6866d8011 100644 (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.
index 89ac9e4d8c480ff05541ca9877fa7743fbfe9595..7315483bb4e09cd44f42167daf0b7a2a2fef97ca 100644 (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.
index 94ef927753076a229b9527d1e9ab3eb98ce4d280..d7affcdba2b2935ed32a962944ac78a8d6057813 100644 (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.
index f5c02c3fadd5ad41eef7f3280ae1a01714cf198b..12cfc0a8c179b9e0d36f09ad4e76fabd9e1a5299 100644 (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.
index 4391a8c0017ffce72d4f435f918a053f01a0d311..1397396b0f28ed38af77651ae7323a0f6a9662f0 100644 (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.
index e9926f9710eb1179f095a8d7bdb6d0b13f97d272..032dee74c99b3200fc3630466e274fdeb186a43a 100644 (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.
index 5423730dfe06c5f729d0c962582f76e5f8465cbf..38436186856199cab47321a0898d5daa577a1657 100644 (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.
index 324a42757eff55da343233fcbd2d774e79cf3d62..4666a30751383dd6f35d2e8e28529f09dda3da87 100644 (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.
index d231ef5a11932e435e5bd231590926e4ab159671..d7a69578770bc5fabbb5b727ab1f3e35909b34c6 100644 (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.
index 846bdc9f53a6d08a9cbc99f5f186e8b53636980b..cae41cb02c07ffafad982a8d5b4b69fb49a79095 100644 (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.
index 1297d1be82696002b95415e2a6f08f4e77e39db6..90cda604da681fabec1d6dd4391feb9dd319293c 100644 (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.
index 53ba8d45b5def96699b31741258d2b5b0aa2581e..bd1220618135624ba728c0d09533851da23cab72 100644 (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.
index 418d51b8fb20d041691e3f1dcff0481019267436..83d928e383c85a638765e72f8b55fb0ed252ca5f 100644 (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.
index 29abfae35f645425b686294460b7b2ef97347ec0..6e18513be34ce60d737ff419d74329a2a63331c6 100644 (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.
index bd8d3579c6b9205e7dd2d959f40e9527e1af8996..fd095c00fa60d3a469c7f920bb3e0522b358e5de 100644 (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.
index 095051637b64aeb5b349dc8956d1ccafc0f532b2..5fb80eb7737dc0538c7b27d3d7602f73708c376d 100644 (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.
index 9d576adb94fc61c86d6637955d0ad592b354e804..e6d36297b8adfd9422b60afe3a94805c23890167 100644 (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.
index b71f0a2d37d32fe462d7ca7f113e317edb689afa..ce2737f0c3461461beffa39804af793f9675be83 100644 (file)
@@ -24,6 +24,5 @@ error: boolean short circuit operator in statement may be clearer using an expli
 
 error: aborting due to previous error(s)
 
-error: Could not compile `clippy_tests`.
 
 To learn more, run the command again with --verbose.
index 72dd99836f9fa56be8aa4e11a62eddc9e363704f..4152611791ad103d4f7de5ad71d593083e1eacb2 100644 (file)
@@ -63,6 +63,5 @@ error: use `assert_ne` for better reporting
 
 error: aborting due to previous error(s)
 
-error: Could not compile `clippy_tests`.
 
 To learn more, run the command again with --verbose.
index 2b0e4dcdf1b34ffd951de509b7735579d6db9504..b43353c398dd420eb3e54562d4cb8709e9e80527 100644 (file)
@@ -80,6 +80,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.
index 88b5b25e6df3406650eda321fc7e8ff069a247d4..42c38703f089a8fe76fd8e5be52a477697df4a57 100644 (file)
@@ -32,6 +32,5 @@ error: item name ends with its containing module's name
 
 error: aborting due to previous error(s)
 
-error: Could not compile `clippy_tests`.
 
 To learn more, run the command again with --verbose.
index 8927da371a4ad2b35a75c2e85350ec2e1c0b9777..33b4512fc128b3861a59470e558bb67a6c0c301d 100644 (file)
@@ -74,6 +74,5 @@ error: this looks like you are trying to swap `c.0` and `a`
 
 error: aborting due to previous error(s)
 
-error: Could not compile `clippy_tests`.
 
 To learn more, run the command again with --verbose.
index 134debb22ff7844138bb77624aa7eb02430e4a1d..f901434cb6d6b193ea47f8fc07f24da6d98d49f2 100644 (file)
@@ -16,6 +16,5 @@ error: assignment to temporary
 
 error: aborting due to previous error(s)
 
-error: Could not compile `clippy_tests`.
 
 To learn more, run the command again with --verbose.
index 1256c93bf8312f4ce4104ebe07057eed4b15a3e2..1d7b57c65dce5be75d76d2a9ee4ebfa1cbf4e273 100644 (file)
@@ -40,6 +40,5 @@ error: `ref` on an entire `let` pattern is discouraged, take a reference with `&
 
 error: aborting due to previous error(s)
 
-error: Could not compile `clippy_tests`.
 
 To learn more, run the command again with --verbose.
index 07aa609f321838adb5349801b0732ae7e2e3f3a0..6ab5ef75d3f3f07e4dca43c8227f25e7c0863fe7 100644 (file)
@@ -30,6 +30,5 @@ error: literal non-ASCII character detected
 
 error: aborting due to previous error(s)
 
-error: Could not compile `clippy_tests`.
 
 To learn more, run the command again with --verbose.
index 5b7b116c82cc16f3a0273cb165d0209dd8168be1..9636e8e636ea9d99e6d995f543f52c3292a8d11c 100644 (file)
@@ -16,6 +16,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.
index d26a19f0ca8120b0fb4dd29e100df57688bbc350..48c314aedaa21562f98f8b521f9a444a695ef047 100644 (file)
@@ -18,6 +18,5 @@ error: All the struct fields are matched to a wildcard pattern, consider using `
 
 error: aborting due to previous error(s)
 
-error: Could not compile `clippy_tests`.
 
 To learn more, run the command again with --verbose.
index e360528e29ba0ce320f324a31200cc16e6c887be..8556e32d307dc54b6946f3fc2959725e6a718fdb 100644 (file)
@@ -24,6 +24,5 @@ error: removed "unsafe" from the name of `Unsafe` in use as `LieAboutModSafety`
 
 error: aborting due to previous error(s)
 
-error: Could not compile `clippy_tests`.
 
 To learn more, run the command again with --verbose.
index f2e5ff2866630c857d09da4d4fcc48411209e895..7eedcf029c58b41813278191b8350bf4a636f582 100644 (file)
@@ -50,6 +50,5 @@ error: handle read amount returned or use `Read::read_exact` instead
 
 error: aborting due to previous error(s)
 
-error: Could not compile `clippy_tests`.
 
 To learn more, run the command again with --verbose.
index 4b336dd0ec06d761fea9b940a730d257125bc790..c4132e89f76e2b67c7cd6707780b8d4561262c52 100644 (file)
@@ -28,6 +28,5 @@ error: unused label `'same_label_in_two_fns`
 
 error: aborting due to previous error(s)
 
-error: Could not compile `clippy_tests`.
 
 To learn more, run the command again with --verbose.
index 2c2aac2d84e0446de9d0fa2fca59a4e1cd69f58f..97777c7528fbb94d847ff72c740977275101c04c 100644 (file)
@@ -24,6 +24,5 @@ error: this lifetime isn't used in the function definition
 
 error: aborting due to previous error(s)
 
-error: Could not compile `clippy_tests`.
 
 To learn more, run the command again with --verbose.
index 7daa9ab8d79293031861d7140a55b31319dc3387..a6a126d8a8c486ea0b605aba9b902e9e6d63f8a7 100644 (file)
@@ -40,6 +40,5 @@ error: used binding `_underscore_field` which is prefixed with an underscore. A
 
 error: aborting due to previous error(s)
 
-error: Could not compile `clippy_tests`.
 
 To learn more, run the command again with --verbose.
index f82401226f9ed83202a8dcac76404f429b1993c5..fd207d9e43184f59ec4ae02477fd221623094ff0 100644 (file)
@@ -6,6 +6,5 @@ error[E0463]: can't find crate for `clippy_lints`
 
 error: aborting due to previous error(s)
 
-error: Could not compile `clippy_tests`.
 
 To learn more, run the command again with --verbose.
index 2cdfbd116e71b50b3ec9bedf852912be49b662b6..d83bcf9a3c89f2878d3e02ad13b55e804abb2260 100644 (file)
@@ -48,6 +48,5 @@ error: useless use of `vec!`
 
 error: aborting due to previous error(s)
 
-error: Could not compile `clippy_tests`.
 
 To learn more, run the command again with --verbose.
index ffc6bff20190e8f102e148b14efc5843eed56914..9fbb84d6df2ba90573892823e52c6b8d613f6bd3 100644 (file)
@@ -119,6 +119,5 @@ error: empty `loop {}` detected. You may want to either use `panic!()` or add `s
 
 error: aborting due to previous error(s)
 
-error: Could not compile `clippy_tests`.
 
 To learn more, run the command again with --verbose.
index 91ed88dd4afa85d806e97fd06eebd8c1c29d0863..1d5973683970246e4309ca270f640c682e2c17e0 100644 (file)
@@ -96,6 +96,5 @@ error: methods called `from_*` usually take no self; consider choosing a less am
 
 error: aborting due to previous error(s)
 
-error: Could not compile `clippy_tests`.
 
 To learn more, run the command again with --verbose.
index da6f28dba7466e6c4ad4a4f7f6aa7138aa6fc048..b2a7194ac0fe1a615984a2271edef6a3d6215c6b 100644 (file)
@@ -68,6 +68,5 @@ error: constant division of 0.0 with 0.0 will always result in NaN
 
 error: aborting due to previous error(s)
 
-error: Could not compile `clippy_tests`.
 
 To learn more, run the command again with --verbose.
index 643b2dafbdc138892fc0b6d2318fdca9c4e6e033..bb8f78d00a9789905e4d0af53b99baf0c2c9a244 100644 (file)
@@ -16,6 +16,5 @@ error: `0 as *mut _` detected. Consider using `ptr::null_mut()`
 
 error: aborting due to previous error(s)
 
-error: Could not compile `clippy_tests`.
 
 To learn more, run the command again with --verbose.