Skip to content

Commit

Permalink
feat(types): deprecated QueryKey::Custom
Browse files Browse the repository at this point in the history
replace with QueryKey::new()
  • Loading branch information
tu6ge committed Apr 26, 2023
1 parent 6a637d7 commit 6e6d49a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/types.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1408,6 +1408,7 @@ pub enum InnerQueryKey<'a> {
FetchOwner,

/// 自定义
#[deprecated(since = "0.12.0", note = "Please use QueryKey::new() replace it")]
Custom(Cow<'a, str>),
}

Expand Down

0 comments on commit 6e6d49a

Please sign in to comment.