From cc68729e96755f5af3bf881217de9bd1fdc36218 Mon Sep 17 00:00:00 2001 From: EdJoPaTo Date: Sun, 6 Nov 2022 13:41:11 +0100 Subject: [PATCH] build(clippy): allow breaking suggestions having a better api is more important to me than avoiding breaking changes --- clippy.toml | 1 + 1 file changed, 1 insertion(+) create mode 100644 clippy.toml diff --git a/clippy.toml b/clippy.toml new file mode 100644 index 0000000..cda8d17 --- /dev/null +++ b/clippy.toml @@ -0,0 +1 @@ +avoid-breaking-exported-api = false