Skip to content

Commit 5beaeab

Browse files
committed
Remove unneeded use of Rc in typeck::check::method.
1 parent 774f2fb commit 5beaeab

File tree

1 file changed

+0
-1
lines changed
  • src/librustc_typeck/check/method

1 file changed

+0
-1
lines changed

src/librustc_typeck/check/method/mod.rs

-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ use middle::ty::{self, AsPredicate, ToPolyTraitRef};
2222
use middle::infer;
2323
use util::ppaux::Repr;
2424

25-
use std::rc::Rc;
2625
use syntax::ast::DefId;
2726
use syntax::ast;
2827
use syntax::codemap::Span;

0 commit comments

Comments
 (0)