From 5e48997ecb4df8ce9507e6229df457d1065b19bc Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Mon, 21 Mar 2022 02:11:16 +0100 Subject: Add placeholders for code documentation reminders --- src/lib.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'src/lib.rs') diff --git a/src/lib.rs b/src/lib.rs index f434ef2..1e27259 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -8,6 +8,7 @@ pub use insert::*; pub use select::*; +/// TODO #[derive(thiserror::Error, Debug)] pub enum Error { #[error("SQL error: {0}")] -- cgit v1.2.3