sapling/mercurial/types
David Tolnay ecc30ffe8a Delete lines of the form "use [a-z_]+;"
Summary: I think these are left over from pre-2018 code where they may have been necessary. In 2018 edition, import paths in `use` always begin with a crate name or `crate`/`super`/`self`, so `use $ident;` always refers to a crate. Since extern crates are always in scope in every module, `use $ident` does nothing.

Reviewed By: Imxset21

Differential Revision: D17290473

fbshipit-source-id: 23d86e5d0dcd5c2d4e53c7a36b4267101dd4b45c
2019-09-10 15:06:19 -07:00
..
if move mercurial related creates to mercurial subdirectory 2019-08-14 04:03:00 -07:00
mocks Delete lines of the form "use [a-z_]+;" 2019-09-10 15:06:19 -07:00
src Delete lines of the form "use [a-z_]+;" 2019-09-10 15:06:19 -07:00
tests/src move blobs loading logic to merucrial/types/blobs 2019-08-27 04:25:53 -07:00
Cargo.toml move mercurial related creates to mercurial subdirectory 2019-08-14 04:03:00 -07:00