diff options
| author | Kjetil Orbekk <kjetil.orbekk@gmail.com> | 2017-07-12 21:11:33 -0400 |
|---|---|---|
| committer | Kjetil Orbekk <kjetil.orbekk@gmail.com> | 2017-07-12 21:11:33 -0400 |
| commit | e033861befa702b9110d531c4d17b40305915ffc (patch) | |
| tree | 9e7d2b7c791e50828f003a071fb01574bacf3cfa /src/error.rs | |
| parent | 86245ba9e4341a096727158e06290fb8075654ce (diff) | |
add: Populate date in the new quote form
Diffstat (limited to 'src/error.rs')
| -rw-r--r-- | src/error.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/error.rs b/src/error.rs index 3ccb73c..41b4e64 100644 --- a/src/error.rs +++ b/src/error.rs @@ -2,7 +2,7 @@ use std; use std::fmt; use std::convert::From; use rusqlite; -use iron::{self, Response, IronError, status}; +use iron::{IronError, status}; use iron::headers::ContentType; use iron::modifiers::Header; |
