From 5ef0a6aa12a5d7af6fcad17bca0f2e18436a7c4d Mon Sep 17 00:00:00 2001 From: LukeMathWalker <20745048+LukeMathWalker@users.noreply.github.com> Date: Thu, 1 Aug 2024 15:33:23 +0200 Subject: [PATCH] Formatting --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 6bd1ab2..ef73559 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,4 +5,4 @@ resolver = "2" # This is needed to guarantee the expected behaviour on that specific exercise, # regardless of the "global" setting for `overflow-checks` on the `dev` profile. [profile.dev.package.copy] -overflow-checks = true \ No newline at end of file +overflow-checks = true -- 2.45.2