remove superfluous "TODO"

This commit is contained in:
Austin Bonander
2020-05-15 12:39:41 -07:00
committed by Ryan Leckey
parent 676b29efe3
commit a44e29c84c

View File

@@ -2,7 +2,6 @@ use sqlx_core::database::Database;
use sqlx_core::describe::Describe;
use sqlx_core::executor::Executor;
// TODO: enable serialization
#[cfg_attr(feature = "offline", derive(serde::Deserialize, serde::Serialize))]
#[cfg_attr(
feature = "offline",