From 164ca03079086782cfdabef34dc31b7827a5ab5e Mon Sep 17 00:00:00 2001 From: Pierre Avital Date: Wed, 26 Jun 2024 19:17:39 +0200 Subject: [PATCH] this snuck through my formatter's lag --- stabby-abi/src/num.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/stabby-abi/src/num.rs b/stabby-abi/src/num.rs index 0ce9214..d8d9ed3 100644 --- a/stabby-abi/src/num.rs +++ b/stabby-abi/src/num.rs @@ -1,4 +1,3 @@ - /// Returned when using [`core::convert::TryInto`] on the illegal value of a restricted integer. #[crate::stabby] #[derive(Clone, Copy, Default, Debug, Ord, PartialEq, PartialOrd, Eq, Hash)]