Skip to content

Commit b8595c7

Browse files
committed
Failure -> Panics
1 parent 9ac4bae commit b8595c7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/lib.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1639,9 +1639,9 @@ impl<'stmt> Row<'stmt> {
16391639
/// A field can be accessed by the name or index of its column, though
16401640
/// access by index is more efficient. Rows are 0-indexed.
16411641
///
1642-
/// ## Failure
1642+
/// ## Panics
16431643
///
1644-
/// Fails if the index does not reference a column or the return type is
1644+
/// Panics if the index does not reference a column or the return type is
16451645
/// not compatible with the Postgres type.
16461646
///
16471647
/// ## Example

0 commit comments

Comments
 (0)