mirror of
https://github.com/rtic-rs/rtic.git
synced 2025-12-16 12:55:23 +01:00
CI: xtask: Resolve warning about mixed lifetimes
This commit is contained in:
parent
a23530bf86
commit
1102197217
1 changed files with 1 additions and 1 deletions
|
|
@ -700,7 +700,7 @@ impl<'a> CargoCommand<'a> {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
fn target(&self) -> Option<&Target> {
|
fn target(&'_ self) -> Option<&'_ Target<'_>> {
|
||||||
match self {
|
match self {
|
||||||
CargoCommand::Run { target, .. }
|
CargoCommand::Run { target, .. }
|
||||||
| CargoCommand::Qemu { target, .. }
|
| CargoCommand::Qemu { target, .. }
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue