mirror of
https://github.com/rtic-rs/rtic.git
synced 2025-12-16 04:45:19 +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 {
|
||||
CargoCommand::Run { target, .. }
|
||||
| CargoCommand::Qemu { target, .. }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue