mirror of
https://github.com/astral-sh/ruff.git
synced 2025-08-15 08:00:19 +00:00

## Summary
This PR mirrors the environment variable implementation we have in uv:
efc361223c/crates/uv-static/src/env_vars.rs (L6-L7)
.
See: https://github.com/astral-sh/ty/issues/773.
3 lines
36 B
Rust
3 lines
36 B
Rust
pub use env_vars::*;
|
|
|
|
mod env_vars;
|