More symbol usage

This commit is contained in:
Lukas Wirth 2024-07-16 12:05:16 +02:00
parent c30bdfcc84
commit df5f1777b8
50 changed files with 388 additions and 303 deletions

View file

@ -408,7 +408,7 @@ pub(crate) fn def_to_moniker(
}),
),
};
PackageInformation { name, repo, version }
PackageInformation { name: name.as_str().to_owned(), repo, version }
},
})
}