From a994667db62c166fd5f8db31f32472d560358a11 Mon Sep 17 00:00:00 2001 From: Chris Hennick <4961925+Pr0methean@users.noreply.github.com> Date: Thu, 2 May 2024 09:39:50 -0700 Subject: [PATCH] style: remove extra spaces before comment --- src/result.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/result.rs b/src/result.rs index 2e231144..391a6a82 100755 --- a/src/result.rs +++ b/src/result.rs @@ -1,4 +1,4 @@ -#![allow(unknown_lints)] // non_local_definitions isn't in Rust 1.70 +#![allow(unknown_lints)] // non_local_definitions isn't in Rust 1.70 #![allow(non_local_definitions)] //! Error types that can be emitted from this library