mirror of
https://github.com/astral-sh/uv.git
synced 2025-11-19 19:44:40 +00:00
Rename puffin-warnings macros to avoid tracing collision (#694)
Also more consistent with Ruff.
This commit is contained in:
parent
e98804141c
commit
207bb83a1c
3 changed files with 6 additions and 6 deletions
|
|
@ -10,7 +10,7 @@ use platform_tags::{TagPriority, Tags};
|
|||
use puffin_client::SimpleMetadata;
|
||||
use puffin_interpreter::Interpreter;
|
||||
use puffin_normalize::PackageName;
|
||||
use puffin_warnings::warn_once;
|
||||
use puffin_warnings::warn_user_once;
|
||||
use pypi_types::Yanked;
|
||||
|
||||
use crate::file::{DistFile, SdistFile, WheelFile};
|
||||
|
|
@ -63,7 +63,7 @@ impl VersionMap {
|
|||
continue;
|
||||
}
|
||||
None => {
|
||||
warn_once!(
|
||||
warn_user_once!(
|
||||
"{} is missing an upload date, but user provided: {}",
|
||||
file.filename,
|
||||
exclude_newer,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue