From 0b09d56f5750598076345ed2af68817d642e06b1 Mon Sep 17 00:00:00 2001 From: Ivan Ukhov Date: Wed, 13 Dec 2023 15:17:59 +0100 Subject: [PATCH] Run rustfmt! --- src/lib.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/lib.rs b/src/lib.rs index 50ed5b79..af1393e4 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -3,7 +3,6 @@ //! [1]: https://en.wikipedia.org/wiki/Special_functions #![no_std] - #![allow(clippy::excessive_precision)] #[cfg(test)]