Avoid I and O as generic parameters.

This commit is contained in:
Stephen Chung 2020-03-26 10:56:18 +08:00
parent 6308e54119
commit ea4d3fa6b8

View File

@ -76,4 +76,4 @@ macro_rules! impl_args {
} }
#[rustfmt::skip] #[rustfmt::skip]
impl_args!(A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T); impl_args!(A, B, C, D, E, F, G, H, J, K, L, M, N, P, Q, R, S, T, U, V);