Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/C/Firefox/third_party/rust/nss-rs/   (Firefox Browser Version 153.0.1©)  Datei vom 27.6.2026 mit Größe 459 B image not shown  

Quelle  .clippy.toml   Sprache: unbekannt

 
Spracherkennung für: .toml vermutete Sprache: Unknown {[0] [0] [0]} [Methode: Schwerpunktbildung, einfache Gewichte, sechs Dimensionen]

disallowed-methods = [
    { path = "std::slice::from_raw_parts", reason = "see null_safe_slice" },
    { path = "std::time::Instant::now", reason = "time should be provided externally" }
]
disallowed-macros = [
    { path = "std::dbg" }
]
allow-mixed-uninlined-format-args = false
allow-unwrap-in-tests = true
allow-dbg-in-tests = true
avoid-breaking-exported-api = false # We have one consumer and can afford to break the API.
pass-by-value-size-limit = 32

[Dauer der Verarbeitung: 0.16 Sekunden, vorverarbeitet 2026-08-25]