gate test for transposed option which uses try_blocks
This commit is contained in:
parent
a8cebcc805
commit
cf94f58583
|
|
@ -79,7 +79,7 @@ impl<T: From<U>, U> core::ops::FromResidual<U> for TransposedOption<T> {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
#[cfg(test)]
|
#[cfg(all(test, feature = "transposed-option"))]
|
||||||
mod tests {
|
mod tests {
|
||||||
use super::*;
|
use super::*;
|
||||||
use TransposedOption::*;
|
use TransposedOption::*;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue