This commit is contained in:
parent
f51c5dc9d5
commit
f050daf035
12 changed files with 80 additions and 85 deletions
|
@ -88,7 +88,7 @@ impl FromStr for PackageLocator {
|
|||
|
||||
fn from_str(s: &str) -> Result<Self, Self::Err> {
|
||||
#[allow(unused_assignments)] // false positive
|
||||
let mut name = None;
|
||||
let mut name = None;
|
||||
let mut version = None;
|
||||
let mut tags = None;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue