Skip to content

Commit 81a1804

Browse files
committed
remove redundant lifetime
1 parent 6195861 commit 81a1804

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/finding.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -448,7 +448,7 @@ mod tests {
448448
use std::str;
449449

450450
pub const WIN_STEP: usize = 17;
451-
pub const CONTROL_REPLACEMENT_STR: &'static &'static str = &"\u{fffd}";
451+
pub const CONTROL_REPLACEMENT_STR: &'static str = &"\u{fffd}";
452452

453453
lazy_static! {
454454
pub static ref ARGS: Args = Args {

0 commit comments

Comments
 (0)