Skip to content

Commit

Permalink
Fixed accidental removal of StableHasher declaration.
Browse files Browse the repository at this point in the history
  • Loading branch information
iancormac84 committed May 17, 2018
1 parent 1839fae commit 0349394
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/librustc_codegen_llvm/debuginfo/metadata.rs
Expand Up @@ -23,6 +23,7 @@ use llvm::{self, ValueRef};
use llvm::debuginfo::{DIType, DIFile, DIScope, DIDescriptor,
DICompositeType, DILexicalBlock, DIFlags};

use rustc_data_structures::stable_hasher::{HashStable, StableHasher};
use rustc::hir::CodegenFnAttrFlags;
use rustc::hir::def::CtorKind;
use rustc::hir::def_id::{DefId, CrateNum, LOCAL_CRATE};
Expand Down

0 comments on commit 0349394

Please sign in to comment.