Derive and use Display trait for Viewtype

This commit is contained in:
Dmitry Bogatov
2019-07-30 08:52:43 +00:00
parent c04c8ff103
commit 3358d09148
3 changed files with 15 additions and 22 deletions

View File

@@ -8,6 +8,9 @@ extern crate num_derive;
extern crate smallvec;
#[macro_use]
extern crate rusqlite;
extern crate strum;
#[macro_use]
extern crate strum_macros;
#[macro_use]
mod log;