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,