diff options
Diffstat (limited to 'xtask/src')
| -rw-r--r-- | xtask/src/cargo_command.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xtask/src/cargo_command.rs b/xtask/src/cargo_command.rs index ab57fd7..e711f74 100644 --- a/xtask/src/cargo_command.rs +++ b/xtask/src/cargo_command.rs @@ -424,7 +424,7 @@ impl<'a> CargoCommand<'a> { features: &'i Option<String>, mode: Option<&'i BuildMode>, extra: T, - ) -> Vec<&str> { + ) -> Vec<&'i str> { let mut args: Vec<&str> = Vec::new(); if nightly { |
