Skip to content

Commit

Permalink
Drop old not_a_string_type test (#254)
Browse files Browse the repository at this point in the history
This test was checking that the derive macro assertion about the type
not being one of the known string types was working, but now since we
allow implementations of the email validation for third-party types
there is no way for us to perform this check in the derive macro.

The same assertion is still used for the credit card and non-control
character validators, but those will also soon be switched to be
trait-based.
  • Loading branch information
kyrias authored and Keats committed Mar 4, 2024
1 parent 385a8f1 commit b74b5b9
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 14 deletions.

This file was deleted.

This file was deleted.

0 comments on commit b74b5b9

Please sign in to comment.