summaryrefslogtreecommitdiff
path: root/subplotlib-derive/src/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'subplotlib-derive/src/lib.rs')
-rw-r--r--subplotlib-derive/src/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/subplotlib-derive/src/lib.rs b/subplotlib-derive/src/lib.rs
index b10d3b3..8e18c98 100644
--- a/subplotlib-derive/src/lib.rs
+++ b/subplotlib-derive/src/lib.rs
@@ -8,7 +8,7 @@ use syn::{
use quote::quote;
-use fehler::{throw, throws};
+use culpa::{throw, throws};
fn ty_is_borrow_str(ty: &Type) -> bool {
if let Type::Reference(ty) = ty {