Skip to content

Commit

Permalink
cleanups
Browse files Browse the repository at this point in the history
  • Loading branch information
AnderEnder committed Dec 16, 2018
1 parent 3300df9 commit dda11b6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ use std::io::{self, Write};
use std::process::exit;
use structopt::clap::Shell;

use structopt::StructOpt;

include!("src/arg.rs");

fn main() {
Expand Down
2 changes: 1 addition & 1 deletion src/arg.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ use regex::Regex;
use rusoto_core::Region;
use std::str::FromStr;
use structopt::clap::AppSettings;
use structopt::*;
use structopt::StructOpt;

/// Walk a s3 path hierarchy
#[derive(StructOpt, Debug, Clone)]
Expand Down

0 comments on commit dda11b6

Please sign in to comment.