Skip to content

Commit

Permalink
chore: deprecate AnyKind
Browse files Browse the repository at this point in the history
  • Loading branch information
abonander committed Jul 26, 2024
1 parent e8c117c commit 5d97b68
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sqlx-core/src/any/kind.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
use crate::error::Error;
use std::str::FromStr;

#[deprecated = "not used or returned by any API"]
#[derive(Copy, Clone, Debug, PartialEq, Eq)]
pub enum AnyKind {
#[cfg(feature = "postgres")]
Expand Down

0 comments on commit 5d97b68

Please sign in to comment.