diff options
| author | C. Morgan Hamill <me@cmhamill.org> | 2015-03-24 19:46:02 +0100 |
|---|---|---|
| committer | C. Morgan Hamill <me@cmhamill.org> | 2015-03-24 19:46:02 +0100 |
| commit | 4a1e068f7ec752ef51891f04494f52c26ce7090c (patch) | |
| tree | 74fb64cc50c40f1ba752913e1f3181687103d6aa /src/ffi.rs | |
| parent | a644db096a6f783a75c34eaa3ad4bf6a57615e62 (diff) | |
| download | mail-4a1e068f7ec752ef51891f04494f52c26ce7090c.tar.gz | |
Rename `NotmuchEnum` trait to `NotmuchType`.
Turns out to be useful outside of just enums.
Diffstat (limited to 'src/ffi.rs')
| -rw-r--r-- | src/ffi.rs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -18,7 +18,7 @@ use std::{ }; use utils::{ - NotmuchEnum, + NotmuchType, ToStaticStr, ToStr, }; |
