aboutsummaryrefslogtreecommitdiffstats
path: root/src/macros.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/macros.rs')
-rw-r--r--src/macros.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/macros.rs b/src/macros.rs
index 836be63..8802a71 100644
--- a/src/macros.rs
+++ b/src/macros.rs
@@ -16,7 +16,7 @@ macro_rules! notmuch_enum {
$($variant_alias),*
}
- impl NotmuchEnum for $name_alias {
+ impl NotmuchType for $name_alias {
type NotmuchT = $name;
fn from_notmuch_t(notmuch_t: $name) -> Self {