mirror of
https://github.com/astral-sh/uv.git
synced 2025-08-04 02:48:17 +00:00
Remove unnecessary prefixes (#10158)
This commit is contained in:
parent
3cb723220e
commit
bec8468183
31 changed files with 124 additions and 175 deletions
|
@ -95,7 +95,7 @@ fn is_normalized(name: impl AsRef<str>) -> Result<bool, InvalidNameError> {
|
|||
Ok(true)
|
||||
}
|
||||
|
||||
/// Invalid [`crate::PackageName`] or [`crate::ExtraName`].
|
||||
/// Invalid [`PackageName`] or [`ExtraName`].
|
||||
#[derive(Clone, Debug, Eq, PartialEq)]
|
||||
pub struct InvalidNameError(String);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue