Skip to content

Commit

Permalink
Remove last line
Browse files Browse the repository at this point in the history
  • Loading branch information
digorithm authored and abonander committed Oct 17, 2020
1 parent ce4b8ca commit d69d897
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion sqlx-core/src/mysql/types/str.rs
Original file line number Diff line number Diff line change
Expand Up @@ -78,4 +78,3 @@ impl Decode<'_, MySql> for String {
<&str as Decode<MySql>>::decode(value).map(ToOwned::to_owned)
}
}

0 comments on commit d69d897

Please sign in to comment.