bltavares / pickpocket

Pocket CLI management tools
9 stars 2 forks source link

Group extern crates declaration on lib root #13

Closed bltavares closed 8 years ago

bltavares commented 8 years ago

Instead of redeclaring the same crate multiple times and having to use the self::<crate> syntax to refer to the library, this commit groups all of the declarations of dependencies on the root of the library, on the src/lib.rs file.