From 850ff2baf9069b4f0233ff89beb1a7942b86cb42 Mon Sep 17 00:00:00 2001 From: Shuhui Luo <107524008+shuhuiluo@users.noreply.github.com> Date: Tue, 9 Jul 2024 02:07:33 -0700 Subject: [PATCH] fmt --- src/lib.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/lib.rs b/src/lib.rs index 4dab2b0..0e9ea48 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -2,7 +2,6 @@ //! //! The Uniswap SDK Core in Rust provides essential functionality for interacting with the Uniswap //! decentralized exchange. -//! #![cfg_attr(not(any(feature = "std", test)), no_std)] #![warn( missing_copy_implementations,