Skip to content

Conversation

@mcarton
Copy link
Contributor

@mcarton mcarton commented Oct 4, 2016

We have a warning with the latest nightly:

warning: use of deprecated item: use `DefaultHasher` instead, #[warn(deprecated)] on by default
 --> clippy_lints/src/utils/hir.rs:4:31
  |
4 | use std::hash::{Hash, Hasher, SipHasher};
  |                               ^^^^^^^^^

warning: use of deprecated item: use `DefaultHasher` instead, #[warn(deprecated)] on by default
   --> clippy_lints/src/utils/hir.rs:275:8
    |
275 |     s: SipHasher,
    |        ^^^^^^^^^

warning: use of deprecated item: use `DefaultHasher` instead, #[warn(deprecated)] on by default
   --> clippy_lints/src/utils/hir.rs:282:16
    |
282 |             s: SipHasher::new(),
    |                ^^^^^^^^^^^^^^

See rust-lang/rust#36815.

It's probably not worth bumping the version for just that but it's kind of paradoxical to have warnings in a linter 😊

@Manishearth Manishearth merged commit 85e3779 into master Oct 4, 2016
@Manishearth Manishearth deleted the rustup branch October 4, 2016 15:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants