From df8de17d45596e3ea51388ef22a6ddee7a553042 Mon Sep 17 00:00:00 2001 From: Leigh McCulloch <351529+leighmcculloch@users.noreply.github.com> Date: Mon, 8 Jan 2024 16:21:35 -0800 Subject: [PATCH] Remove unused export (#1199) ### What Remove unused export. ### Why It creates a warning with Rust v1.75. --- soroban-sdk/src/env.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/soroban-sdk/src/env.rs b/soroban-sdk/src/env.rs index c62aed798..2fac893ba 100644 --- a/soroban-sdk/src/env.rs +++ b/soroban-sdk/src/env.rs @@ -76,7 +76,6 @@ pub mod internal { } pub use internal::xdr; -pub use internal::Compare; pub use internal::ConversionError; pub use internal::EnvBase; pub use internal::Error;