Closed Gankra closed 9 years ago
Presumably we need to add
extern crate "lru-cache" as lru_cache;
to each one until Cargo handles the transformation for us.
Of course, this will necessitate something like
/// extern crate "lru-cache" as lru_cache;
/// fn main() {
/// // actual test code
/// }
I'm pretty tempted to just let stuff keep failing at that cost. Anyway low priority while we handle all the other migrations.
dashes vs underscores is causing trouble