Skip to content

Commit

Permalink
Remove invalid impl
Browse files Browse the repository at this point in the history
  • Loading branch information
dbeckwith committed Mar 10, 2023
1 parent 0136e43 commit 1706fe9
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions sqlx-core/src/types/json.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit 1706fe9

Please sign in to comment.