Skip to content

Commit

Permalink
clippy: Fix const_static_lifetime
Browse files Browse the repository at this point in the history
  • Loading branch information
tesuji committed Apr 19, 2019
1 parent c79c80f commit 88c2614
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/cli-self-upd.rs
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ macro_rules! for_host {
};
}

const TEST_VERSION: &'static str = "1.1.1";
const TEST_VERSION: &str = "1.1.1";

pub fn setup(f: &dyn Fn(&Config)) {
clitools::setup(Scenario::SimpleV2, &|config| {
Expand Down

0 comments on commit 88c2614

Please sign in to comment.