Skip to content

Commit c2229f0

Browse files
Fix clippy warnings
1 parent 8764115 commit c2229f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cli/src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ use std::{
88
use clap::{Command, CommandFactory, FromArgMatches, Parser};
99
use oo7::dbus::{Collection, Service};
1010

11-
const BINARY_NAME: &'static str = env!("CARGO_BIN_NAME");
11+
const BINARY_NAME: &str = env!("CARGO_BIN_NAME");
1212

1313
struct Error(String);
1414

0 commit comments

Comments
 (0)