Skip to content

Commit

Permalink
Rename _all_ library instances.
Browse files Browse the repository at this point in the history
  • Loading branch information
vadimcn committed Dec 3, 2016
1 parent a23c470 commit 923034f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/librustc_metadata/creader.rs
Expand Up @@ -977,7 +977,6 @@ impl<'a> middle::cstore::CrateLoader for CrateLoader<'a> {
lib.name = Symbol::intern(new_name);
}
found = true;
break;
}
}
if !found {
Expand Down

0 comments on commit 923034f

Please sign in to comment.