made boxing cleaner

This commit is contained in:
jude 2020-08-18 00:19:40 +01:00
parent 08c274fb27
commit d95652a605

View File

@ -17,7 +17,6 @@ use std::fmt;
use crate::SQLPool;
use sqlx::MySqlPool;
use std::convert::TryFrom;
#[derive(Debug)]
struct TodoNotFound;