Skip to content

Commit

Permalink
placate clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
alecmocatta committed Jan 20, 2020
1 parent ea9216c commit 69be85c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/deploy.rs
Expand Up @@ -20,6 +20,7 @@ pub fn deploy(
#[cfg(feature = "distribute_binaries")]
let binary =
fs::File::open(path).unwrap_or_else(|e| panic!("Couldn't open file {:?}: {:?}", path, e));
let _ = path;
#[cfg(not(feature = "distribute_binaries"))]
let binary = std::marker::PhantomData::<fs::File>;
let request = BridgeRequest {
Expand Down

0 comments on commit 69be85c

Please sign in to comment.