File tree 2 files changed +2
-3
lines changed
2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -531,7 +531,7 @@ mod tests {
531
531
use self :: rand:: isaac:: IsaacRng ;
532
532
use serialize:: hex:: FromHex ;
533
533
use std:: u64;
534
- use super :: { Digest , Sha256 , FixedBuffer } ;
534
+ use super :: { Digest , Sha256 } ;
535
535
536
536
// A normal addition - no overflow occurs
537
537
#[ test]
@@ -648,7 +648,7 @@ mod tests {
648
648
mod bench {
649
649
extern crate test;
650
650
use self :: test:: Bencher ;
651
- use super :: { Sha256 , FixedBuffer , Digest } ;
651
+ use super :: { Sha256 , Digest } ;
652
652
653
653
#[ bench]
654
654
pub fn sha256_10 ( b : & mut Bencher ) {
Original file line number Diff line number Diff line change @@ -24,7 +24,6 @@ use rustc::ty::subst;
24
24
use rustc:: ty:: subst:: Subst ;
25
25
use rustc:: traits:: ProjectionMode ;
26
26
use rustc:: ty:: { self , Ty , TyCtxt , TypeFoldable } ;
27
- use rustc:: ty:: relate:: TypeRelation ;
28
27
use rustc:: infer:: { self , InferOk , InferResult , TypeOrigin } ;
29
28
use rustc_metadata:: cstore:: CStore ;
30
29
use rustc:: hir:: map as hir_map;
You can’t perform that action at this time.
0 commit comments