From c4ce297ff951583c9ffe3a88aa22933577b329da Mon Sep 17 00:00:00 2001 From: Sophie Forrest Date: Fri, 6 Sep 2024 13:55:19 +1200 Subject: refactor: make clippy happy + no cloning --- clippy.toml | 1 + 1 file changed, 1 insertion(+) create mode 100644 clippy.toml (limited to '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 -- cgit 1.4.1