mirror of
https://github.com/facebook/sapling.git
synced 2025-01-07 14:10:42 +03:00
third-party/rust: version bump
Summary: Update everything to current latest semver-compat version Once small update needed in scm/mononoke/fastreplay allow-large-files ignore-conflict-markers Reviewed By: dtolnay Differential Revision: D19731863 fbshipit-source-id: f0bf79f8a836044a55473e831b1877ce8a43ec26
This commit is contained in:
parent
24998bbc19
commit
7ead0e29e4
@ -449,7 +449,7 @@ async fn do_main<'a>(
|
||||
}
|
||||
|
||||
let mut child = command.spawn()?;
|
||||
let stdout = child.stdout().take().expect("Stdout was piped()");
|
||||
let stdout = child.stdout.take().expect("Stdout was piped()");
|
||||
fastreplay(&opts, stdout, &logger, &scuba, &repos, &count).await?;
|
||||
|
||||
// Wait for child to terminate
|
||||
|
Loading…
Reference in New Issue
Block a user