File: clippy.toml

package info (click to toggle)
rust-path-facts 0.2.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 244 kB
  • sloc: makefile: 2
file content (3 lines) | stat: -rw-r--r-- 173 bytes parent folder | download
1
2
3
disallowed-methods = [
    { path = "std::env::set_current_dir", reason = "Use `crate::test_help::SetCurrentDirTempSafe` to safely set the current directory for tests" },
]