fix(src/refs.rs): update lifetime annotations
Suggested by new clippy.
Signed-off-by: Lars Wirzenius liw@liw.fi
chore: drop unused type and import
Found by new toolchain.
Signed-off-by: Lars Wirzenius liw@liw.fi
3 files changed
+2
-33
f6cab9bb
→
4cea4f36
modified src/bin/cibtool.rs
@@ -17,7 +17,6 @@ use std::{
|
|
|
|
|
|
| - | |
|
|
|
|
|
modified src/bin/cibtoolcmd/run.rs
@@ -264,33 +264,3 @@ impl Leaf for ListRuns {
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
modified src/refs.rs
@@ -61,7 +61,7 @@ pub fn branch_from_str(s: &str) -> Result<BranchName, RefError> {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -85,7 +85,7 @@ pub fn namespaced_branch<'a>(
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|