Ugly Alpha 1
clippy:0.0.59

total uncompressed bytes

717.9 KB

total files

181

Fix

NewInclude { include: [ "src/**/*", "README.md", ], has_build_script: false, }

111 wasted files

total waste: 177.6 KB

  1. tests/compile-fail/methods.rs : 15.2 KB
  2. tests/compile-fail/for_loop.rs : 11.4 KB
  3. tests/compile-fail/cyclomatic_complexity.rs : 6.8 KB
  4. util/update_lints.py : 6.4 KB
  5. tests/compile-fail/matches.rs : 5.1 KB
  6. tests/compile-fail/lifetimes.rs : 4.9 KB
  7. tests/compile-fail/cast.rs : 4.8 KB
  8. util/update_wiki.py : 4.7 KB
  9. tests/compile-fail/copies.rs : 4.3 KB
  10. tests/compile-fail/transmute.rs : 4.0 KB
  11. tests/compile-fail/non_expressive_names.rs : 3.8 KB
  12. tests/compile-fail/while_loop.rs : 3.7 KB
  13. tests/compile-fail/booleans.rs : 3.5 KB
  14. CONTRIBUTING.md : 3.4 KB
  15. tests/consts.rs : 3.2 KB
  16. tests/compile-fail/len_zero.rs : 3.0 KB
  17. tests/compile-fail/map_clone.rs : 2.4 KB
  18. tests/compile-fail/approx_const.rs : 2.3 KB
  19. tests/compile-fail/eq_op.rs : 2.3 KB
  20. tests/compile-fail/used_underscore_binding.rs : 2.2 KB
  21. tests/compile-fail/regex.rs : 2.2 KB
  22. tests/compile-fail/block_in_if_condition.rs : 2.1 KB
  23. tests/compile-fail/entry.rs : 2.1 KB
  24. tests/compile-fail/no_effect.rs : 2.1 KB
  25. tests/compile-fail/bit_masks.rs : 2.0 KB
  26. tests/compile-fail/float_cmp.rs : 1.8 KB
  27. tests/compile-fail/absurd-extreme-comparisons.rs : 1.8 KB
  28. tests/compile-fail/derive.rs : 1.7 KB
  29. tests/compile-fail/formatting.rs : 1.7 KB
  30. tests/compile-fail/needless_bool.rs : 1.7 KB
  31. tests/compile-fail/escape_analysis.rs : 1.7 KB
  32. tests/compile-fail/eta.rs : 1.6 KB
  33. tests/compile-fail/complex_types.rs : 1.6 KB
  34. tests/compile-fail/collapsible_if.rs : 1.5 KB
  35. tests/compile-fail/strings.rs : 1.5 KB
  36. tests/compile-fail/drop_ref.rs : 1.5 KB
  37. tests/compile-fail/enums_clike.rs : 1.5 KB
  38. tests/compile-fail/wrong_self_convention.rs : 1.5 KB
  39. tests/compile-fail/mut_reference.rs : 1.3 KB
  40. .travis.yml : 1.3 KB
  41. tests/compile-fail/functions.rs : 1.2 KB
  42. tests/compile-fail/overflow_check_conditional.rs : 1.2 KB
  43. tests/compile-fail/vec.rs : 1.1 KB
  44. tests/compile-fail/precedence.rs : 1.1 KB
  45. tests/compile-fail/needless_return.rs : 1.1 KB
  46. tests/compile-fail/new_without_default.rs : 1.1 KB
  47. tests/compile-fail/swap.rs : 1.1 KB
  48. tests/compile-fail/mut_mut.rs : 1.1 KB
  49. tests/compile-fail/array_indexing.rs : 1.1 KB
  50. tests/compile-fail/enum_variants.rs : 1.1 KB
  51. tests/compile-fail/shadow.rs : 1.0 KB
  52. tests/compile-fail/zero_div_zero.rs : 1.0 KB
  53. tests/compile-fail/format.rs : 1.0 KB
  54. tests/camel_case.rs : 1.0 KB
  55. tests/compile-fail/min_max.rs : 1.0 KB
  56. tests/compile-fail/unused_lt.rs : 1.0 KB
  57. tests/compile-fail/doc.rs : 987 B
  58. tests/compile-fail/open_options.rs : 975 B
  59. tests/compile-fail/print.rs : 953 B
  60. tests/compile-fail/attrs.rs : 936 B
  61. tests/trim_multiline.rs : 920 B
  62. tests/compile-fail/bool_comparison.rs : 911 B
  63. tests/dogfood.rs : 884 B
  64. tests/compile-fail/identity_op.rs : 879 B
  65. tests/compile-test.rs : 868 B
  66. tests/compile-fail/conf_french_blacklisted_name.rs : 868 B
  67. tests/compile-fail/cmp_nan.rs : 859 B
  68. tests/compile-fail/mutex_atomic.rs : 848 B
  69. tests/compile-fail/panic.rs : 839 B
  70. tests/compile-fail/blacklisted_name.rs : 798 B
  71. tests/compile-fail/range.rs : 783 B
  72. tests/compile-fail/cmp_owned.rs : 749 B
  73. tests/compile-fail/ptr_arg.rs : 708 B
  74. tests/compile-fail/redundant_closure_call.rs : 702 B
  75. tests/matches.rs : 691 B
  76. tests/compile-fail/unneeded_field_pattern.rs : 682 B
  77. tests/compile-fail/toplevel_ref_arg.rs : 681 B
  78. tests/compile-fail/temporary_assignment.rs : 678 B
  79. tests/compile-fail/let_return.rs : 671 B
  80. tests/compile-fail/unused_labels.rs : 629 B
  81. tests/compile-fail/box_vec.rs : 585 B
  82. tests/compile-fail/unicode.rs : 574 B
  83. tests/run-pass/deprecated.rs : 536 B
  84. tests/compile-fail/let_unit.rs : 530 B
  85. tests/run-pass/mut_mut_macro.rs : 496 B
  86. tests/compile-fail/unit_cmp.rs : 458 B
  87. tests/compile-fail/enum_glob_use.rs : 456 B
  88. tests/cc_seme.rs : 433 B
  89. tests/compile-fail/if_not_else.rs : 371 B
  90. tests/compile-fail/duplicate_underscore_argument.rs : 356 B
  91. tests/used_underscore_binding_macro.rs : 342 B
  92. tests/compile-fail/patterns.rs : 317 B
  93. tests/compile-fail/needless_update.rs : 314 B
  94. tests/compile-fail-regex_macros/regex.rs : 289 B
  95. tests/compile-fail/dlist.rs : 262 B
  96. tests/run-pass-regex_macros/mut_mut_macro.rs : 249 B
  97. tests/compile-fail/conf_non_existant.rs : 198 B
  98. util/dogfood.sh : 196 B
  99. tests/compile-fail/item_after_statement.rs : 196 B
  100. tests/compile-fail/conf_unknown_key.rs : 192 B
  101. tests/compile-fail/char_lit_as_u8.rs : 165 B
  102. .gitignore : 161 B
  103. tests/compile-fail/modulo_one.rs : 159 B
  104. tests/run-pass/conf_unknown_key.toml : 118 B
  105. tests/compile-fail/conf_bad_arg.rs : 117 B
  106. rustfmt.toml : 113 B
  107. tests/run-pass/conf_unknown_key.rs : 105 B
  108. tests/compile-fail/conf_unknown_key.toml : 104 B
  109. tests/run-pass/ice-700.rs : 97 B
  110. tests/run-pass/enum-glob-import-crate.rs : 84 B
  111. tests/compile-fail/conf_french_blacklisted_name.toml : 45 B