From b58b03c22d637fe8f7200edb6953325bf359544d Mon Sep 17 00:00:00 2001 From: Nathan Perry Date: Wed, 7 Aug 2024 07:39:16 -0400 Subject: split calc into separate subcrate --- src/lib.rs | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/lib.rs') diff --git a/src/lib.rs b/src/lib.rs index b9009be..13a93e0 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -25,8 +25,5 @@ pub use crate::{ util::*, }; -pub type Error = anyhow::Error; -pub type Result = anyhow::Result; - pub type PoiseData = (); pub type PoiseContext<'a> = poise::Context<'a, PoiseData, anyhow::Error>; -- cgit v1.3.1