Skip to content

Commit

Permalink
whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
dwijnand committed Aug 12, 2018
1 parent cad7502 commit afe684c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions clippy_lints/src/utils/internal_lints.rs
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ declare_clippy_lint! {
"declaring a lint without associating it in a LintPass"
}


/// **What it does:** Checks for the presence of the default hash types "HashMap" or "HashSet"
/// and recommends the FxHash* variants.
///
Expand Down
2 changes: 0 additions & 2 deletions tests/ui/fxhash.rs
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
#![warn(default_hash_types)]

#![feature(rustc_private)]

extern crate rustc_data_structures;

use std::collections::{HashMap, HashSet};

use rustc_data_structures::fx::{FxHashMap, FxHashSet};

fn main() {
Expand Down

0 comments on commit afe684c

Please sign in to comment.