From 02eeb9380ec8ce4ecc26cfa3d8eec0672edff8ec Mon Sep 17 00:00:00 2001 From: Danik Vitek Date: Sun, 12 Jan 2025 13:35:03 +0200 Subject: [PATCH] Formatting --- either_of/src/lib.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/either_of/src/lib.rs b/either_of/src/lib.rs index 8a985e1e82..d108ff551a 100644 --- a/either_of/src/lib.rs +++ b/either_of/src/lib.rs @@ -11,7 +11,6 @@ use core::{ pin::Pin, task::{Context, Poll}, }; - use pin_project_lite::pin_project; #[derive(Debug, Clone, Copy)]