Skip to content

Commit

Permalink
librustc: Add missing import. rs=burningtree
Browse files Browse the repository at this point in the history
  • Loading branch information
pcwalton committed Mar 1, 2013
1 parent 50c08db commit cab8ec2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/librustc/middle/trans/callee.rs
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ use middle::trans::inline;
use middle::trans::meth;
use middle::trans::monomorphize;
use middle::trans::type_of;
use middle::ty::ty_to_str;
use middle::ty;
use middle::typeck;
use util::common::indenter;
Expand Down

0 comments on commit cab8ec2

Please sign in to comment.