Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
pola-rs
GitHub Repository: pola-rs/polars
Path: blob/main/crates/clippy.toml
6937 views
1
disallowed-types = ["std::collections::HashMap", "std::collections::HashSet"]
2
3
disallowed-methods = [
4
{ path = "regex::Regex::new", reason = "use polars_utils::regex_cache" },
5
]
6
7