Select the types of activity you want to include in your feed.
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]