mirror of
https://github.com/launchbadge/sqlx.git
synced 2026-04-23 15:08:18 +00:00
Fix typo in module comment
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
//! Types and traits related to serializing values from the database.
|
||||
//! Types and traits related to deserializing values from the database.
|
||||
use crate::{backend::Backend, types::HasSqlType};
|
||||
|
||||
// TODO: Allow from_sql to return an error (that can be unified)
|
||||
|
||||
Reference in New Issue
Block a user