diff options
| author | Nathan Perry <np@nathanperry.dev> | 2024-08-07 07:39:16 -0400 |
|---|---|---|
| committer | Nathan Perry <np@nathanperry.dev> | 2024-08-07 07:39:16 -0400 |
| commit | b58b03c22d637fe8f7200edb6953325bf359544d (patch) | |
| tree | 606865b7afc4498b02da14895723b2b0ed49760e /src/lib.rs | |
| parent | 96c197bde0f83d8b99ec66238856c76b41bfd5e1 (diff) | |
split calc into separate subcrate
Diffstat (limited to 'src/lib.rs')
| -rw-r--r-- | src/lib.rs | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -25,8 +25,5 @@ pub use crate::{ util::*, }; -pub type Error = anyhow::Error; -pub type Result<T> = anyhow::Result<T>; - pub type PoiseData = (); pub type PoiseContext<'a> = poise::Context<'a, PoiseData, anyhow::Error>; |
