mirror of
https://github.com/astral-sh/uv.git
synced 2025-08-04 19:08:04 +00:00
Cleanup deps and docs (#882)
Fix warnings from `cargo +nightly udeps` and `cargo doc`. Removes all mentions of regex from pep440_rs.
This commit is contained in:
parent
d6fa628e11
commit
8c2b7d55af
12 changed files with 10 additions and 21 deletions
|
@ -4,6 +4,7 @@ use std::time::SystemTimeError;
|
|||
|
||||
use thiserror::Error;
|
||||
|
||||
pub use crate::cfg::Configuration;
|
||||
pub use crate::interpreter::Interpreter;
|
||||
pub use crate::python_version::PythonVersion;
|
||||
pub use crate::virtual_env::Virtualenv;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue