Revert "fixes"

This reverts commit b602c73911.
This commit is contained in:
Dmitry 2020-08-09 23:55:45 +07:00
parent ceadcf23fe
commit fab733b3ae
2 changed files with 6 additions and 6 deletions

View file

@ -21,7 +21,7 @@ pub fn generate_unstable_future_descriptor(mode: Mode) -> Result<()> {
.args(&["sparse-checkout", "set", "/src/doc/unstable-book/src/"])
.output()?;
Command::new("git").current_dir(path.clone()).args(&["pull", "origin", "master"]).output()?;
//FIXME: check git, and do pull
//TODO: check git, and do pull
let src_dir = path.join("src/doc/unstable-book/src");
let files = WalkDir::new(src_dir.join("language-features"))