arti/clippy-nightly.toml

8 lines
296 B
TOML
Raw Normal View History

2022-06-09 15:08:48 +01:00
# Config options appended to clippy.toml when we run Nightly clippy
#
# We must edit the tree, this way, sadly:
# https://github.com/rust-lang/rust-clippy/issues/8973
# (currently we do not need tohave anything here; everything is dealt with
# by suppressions maintained by maint/add_warning)