Skip to content

Commit

Permalink
fix more single_component_path_imports
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom Dyas committed May 2, 2020
1 parent 0c69141 commit f8c8211
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 15 deletions.
13 changes: 0 additions & 13 deletions src/rust/engine/fs/brfs/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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 errno;
use fuse;

use libc;

use serverset;

use time;

use hashing::{Digest, Fingerprint};
use log::{debug, error, warn};
use parking_lot::Mutex;
Expand Down
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;
Expand Down

0 comments on commit f8c8211

Please sign in to comment.