File: clippy.toml

package info (click to toggle)
rust-asn1 0.20.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 360 kB
  • sloc: makefile: 2
file content (4 lines) | stat: -rw-r--r-- 239 bytes parent folder | download
1
2
3
4
# `ParseError` is larger (136 bytes) than the default clippy limit (128 bytes)
# for error variants; this allows it to pass while catching any future
# unintended growth. Note that the limit below is exclusive.
large-error-threshold = 137