diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -8,7 +8,7 @@ pub use insert::*; pub use select::*; -/// TODO +/// Yaqlite errors. #[derive(thiserror::Error, Debug)] pub enum Error { #[error("SQL error: {0}")] |