We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ac4bae commit b8595c7Copy full SHA for b8595c7
1 file changed
src/lib.rs
@@ -1639,9 +1639,9 @@ impl<'stmt> Row<'stmt> {
1639
/// A field can be accessed by the name or index of its column, though
1640
/// access by index is more efficient. Rows are 0-indexed.
1641
///
1642
- /// ## Failure
+ /// ## Panics
1643
1644
- /// Fails if the index does not reference a column or the return type is
+ /// Panics if the index does not reference a column or the return type is
1645
/// not compatible with the Postgres type.
1646
1647
/// ## Example
0 commit comments