mirror of
https://github.com/launchbadge/sqlx.git
synced 2026-02-13 03:16:15 +00:00
Remove invalid impl
This commit is contained in:
parent
0b192cfda6
commit
cea7228fe0
@ -63,12 +63,6 @@ impl<T> From<T> for Json<T> {
|
||||
}
|
||||
}
|
||||
|
||||
impl<T> From<Json<T>> for T {
|
||||
fn from(Json(value): Json<T>) -> Self {
|
||||
value
|
||||
}
|
||||
}
|
||||
|
||||
impl<T> Deref for Json<T> {
|
||||
type Target = T;
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user