File: clippy.toml

package info (click to toggle)
rust-cc 1.2.34-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 596 kB
  • sloc: ansic: 12; makefile: 2
file content (5 lines) | stat: -rw-r--r-- 217 bytes parent folder | download | duplicates (58)
1
2
3
4
5
disallowed-methods = [
    { path = "std::env::var_os", reason = "Please use Build::getenv" },
    { path = "std::env::var", reason = "Please use Build::getenv" },
]
doc-valid-idents = ["AppleClang", "OpenBSD", ".."]