Add FIXME about replacing all usages of try_validation.
This commit is contained in:
parent
894a83d409
commit
656ab76397
1 changed files with 1 additions and 0 deletions
|
|
@ -38,6 +38,7 @@ macro_rules! throw_validation_failure {
|
|||
}
|
||||
|
||||
/// Returns a validation failure for any Err value of $e.
|
||||
// FIXME: Replace all usages of try_validation! with try_validation_pat!.
|
||||
macro_rules! try_validation {
|
||||
($e:expr, $what:expr, $where:expr $(, $details:expr )?) => {{
|
||||
try_validation_pat!($e, _, $what, $where $(, $details )?)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue