⭐️ A friendly language for building type-safe, scalable systems!
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

at main 4 lines 238 B view raw
1disallowed-methods = [ 2 { path = "std::path::Path::new", reason = "Manually constructed paths should use camino::Utf8Path" }, 3 { path = "std::path::PathBuf::new", reason = "Manually constructed pathbufs should use camino::Utf8Path" }, 4]