From 52b923f399d127082d0b704ac64b82ca0a15f7c5 Mon Sep 17 00:00:00 2001 From: Tony Arcieri Date: Thu, 8 Jan 2026 09:45:18 -0700 Subject: [PATCH] elliptic-curve: remove `dev::mock_curve` reexports --- elliptic-curve/src/dev.rs | 6 ------ 1 file changed, 6 deletions(-) diff --git a/elliptic-curve/src/dev.rs b/elliptic-curve/src/dev.rs index 4093cc24e..154237ed0 100644 --- a/elliptic-curve/src/dev.rs +++ b/elliptic-curve/src/dev.rs @@ -5,12 +5,6 @@ pub mod mock_curve; -#[deprecated( - since = "0.14.0", - note = "import these types from the `dev::mock_curves` module" -)] -pub use mock_curve::*; - /// Write a series of `criterion`-based benchmarks for arithmetic on a projective curve point. #[macro_export] macro_rules! bench_projective {