|
|
|
|
|
by steveklabnik
3031 days ago
|
|
Great! While that would make you unnecessarily build the dependency the first time, it at least wouldn't be in your final binary, since everything would be unused. That said, we could still warn about it anyway, even without extern crate. |
|