ty_static 0.0.10

This is an internal component crate of Ruff
Documentation
1
2
3
4
5
6
7
#![warn(
    clippy::disallowed_methods,
    reason = "Prefer System trait methods over std methods in ty crates"
)]
pub use env_vars::*;

mod env_vars;