removing unnecessary static
This commit is contained in:
parent
63124bc6e3
commit
9e1f102540
@ -136,7 +136,7 @@ mod tests {
|
||||
}
|
||||
}
|
||||
|
||||
fn do_the_walk<'a>(c: &'a (dyn Walkable<Output = &'static str> + 'a), path: &str) -> &'a str {
|
||||
fn do_the_walk<'a>(c: &'a (dyn Walkable<Output = &str> + 'a), path: &str) -> &'a str {
|
||||
c.walk(path)
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user