File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -142,7 +142,6 @@ macro_rules! make_postgres_type {
142
142
_ => None
143
143
}
144
144
}
145
-
146
145
}
147
146
148
147
impl Type {
@@ -584,9 +583,9 @@ impl error::Error for WasNull {
584
583
/// `Option<T>` where `T` implements `FromSql`. An `Option<T>` represents a
585
584
/// nullable Postgres value.
586
585
pub trait FromSql : Sized {
587
- /// Creates a new value of this type from a `Read` of Postgres data.
586
+ /// Creates a new value of this type from a `Read`er of Postgres data.
588
587
///
589
- /// If the value was `NULL`, the `Read` will be `None`.
588
+ /// If the value was `NULL`, the `Read`er will be `None`.
590
589
///
591
590
/// The caller of this method is responsible for ensuring that this type
592
591
/// is compatible with the Postgres `Type`.
You can’t perform that action at this time.
0 commit comments