sapling/lib/configparser
David Tolnay 97c13edcc7 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:37 -07:00
..
benches configparser: upgrade crate to rust edition 2018 2019-03-11 15:32:55 -07:00
src Delete lines of the form "use [a-z_]+;" 2019-09-10 15:06:37 -07:00
Cargo.toml configparser: avoid environment race in configparser tests 2019-03-26 07:33:23 -07:00
ConfigParser.cpp fix copyright headers in a few files 2019-08-15 11:33:07 -07:00
ConfigParser.h load blobs using hg's rust config and datapack code 2018-10-31 17:58:17 -07:00