From 9077f2b4cd1795ada9f6fd346e4434bbe7671c97 Mon Sep 17 00:00:00 2001 From: Nilstrieb <48135649+Nilstrieb@users.noreply.github.com> Date: Sun, 20 Nov 2022 22:10:04 +0100 Subject: [PATCH] lol no futures --- src/main.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/main.rs b/src/main.rs index 113a4ba..0704991 100644 --- a/src/main.rs +++ b/src/main.rs @@ -10,8 +10,6 @@ impl Project for FutResult { type Assoc = Result; } -use crate::Project; - pub trait Stream { type Item;