aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib.rs
diff options
context:
space:
mode:
authorTeddy Wing2022-03-21 02:11:16 +0100
committerTeddy Wing2022-03-21 02:11:50 +0100
commit5e48997ecb4df8ce9507e6229df457d1065b19bc (patch)
tree3d44a0bb9bb73ceadc9580bac12d5e7f612b732f /src/lib.rs
parent9816ad12c931e18ea7cc0e6cfaf3914a173e173e (diff)
downloadyaqlite-5e48997ecb4df8ce9507e6229df457d1065b19bc.tar.bz2
Add placeholders for code documentation reminders
Diffstat (limited to 'src/lib.rs')
-rw-r--r--src/lib.rs1
1 files changed, 1 insertions, 0 deletions
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}")]