Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

upgrade Rust to 1.43.1 #9681

Merged
merged 9 commits into from
May 28, 2020
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix more single_component_path_imports
# Delete this line to force CI to run the JVM tests.
[ci skip-jvm-tests]
  • Loading branch information
Tom Dyas authored and stuhood committed May 28, 2020
commit f03dd62b17387a2110382d710d61335082202347
13 changes: 0 additions & 13 deletions src/rust/engine/fs/brfs/src/main.rs
Original file line number Diff line number Diff line change
@@ -25,19 +25,6 @@
// Arc<Mutex> can be more clear than needing to grok Orderings:
#![allow(clippy::mutex_atomic)]

use bazel_protos;
use clap;
use dirs;

use env_logger;
use fuse;

use libc;

use serverset;

use time;

use futures::future::FutureExt;
use hashing::{Digest, Fingerprint};
use log::{debug, error, warn};
2 changes: 0 additions & 2 deletions src/rust/engine/process_execution/bazel_protos/build.rs
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
// Copyright 2018 Pants project contributors (see CONTRIBUTORS.md).
// Licensed under the Apache License, Version 2.0 (see LICENSE).

use protoc_grpcio;

use std::path::{Path, PathBuf};

use build_utils::BuildRoot;