Skip to content

Commit

Permalink
Fix ColumnIndex trait docs as it isn't sealed anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
bobozaur committed Sep 9, 2023
1 parent 3eaaa22 commit 21522b0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions sqlx-core/src/column.rs
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,6 @@ pub trait Column: 'static + Send + Sync + Debug {
/// This trait is implemented for strings which are used to look up a column by name, and for
/// `usize` which is used as a positional index into the row.
///
/// This trait is sealed and cannot be implemented for types outside of SQLx.
///
/// [`Row`]: crate::row::Row
/// [`Statement`]: crate::statement::Statement
/// [`get`]: crate::row::Row::get
Expand Down

0 comments on commit 21522b0

Please sign in to comment.