Rename _all_ library instances.

This commit is contained in:
Vadim Chugunov 2016-12-02 17:51:54 -08:00
parent a23c470433
commit 923034ffd2

View File

@ -977,7 +977,6 @@ impl<'a> middle::cstore::CrateLoader for CrateLoader<'a> {
lib.name = Symbol::intern(new_name);
}
found = true;
break;
}
}
if !found {