Skip to content

Commit 5cba858

Browse files
Vladislav YashkovVladislav Yashkov
Vladislav Yashkov
authored and
Vladislav Yashkov
committed
WIP# 2
1 parent 241dbb7 commit 5cba858

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/value_converter.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -747,9 +747,6 @@ pub fn py_sequence_into_postgres_array(
747747

748748
/// Extract a value from a Python object, raising an error if missing or invalid
749749
///
750-
/// # Type Parameters
751-
/// - `T`: The type to which the attribute's value will be converted. This type must implement the `FromPyObject` trait
752-
///
753750
/// # Errors
754751
/// This function will return `Err` in the following cases:
755752
/// - The Python object does not have the specified attribute

0 commit comments

Comments
 (0)