Get rid of an unnesessary TODO

This commit is contained in:
Sergey Levitin 2020-10-24 19:59:08 +03:00
parent ef2a3b36ae
commit d5b86ac086

View file

@ -22,7 +22,6 @@ where
SqliteError(#[from] sqlx::Error),
}
// TODO: make JSON serializer to be default
pub struct SqliteStorage<S> {
pool: SqlitePool,
serializer: S,