Merge pull request #724 from mxxo/alga-test

This commit is contained in:
Sébastien Crozet 2020-04-21 10:03:40 +02:00 committed by GitHub
commit f30476eb2b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
#![cfg(feature = "arbitrary")] #![cfg(all(feature = "arbitrary", feature = "alga"))]
use alga::linear::Transformation; use alga::linear::Transformation;
use na::{ use na::{
self, Affine3, Isometry3, Matrix2, Matrix2x3, Matrix2x4, Matrix2x5, Matrix2x6, Matrix3, self, Affine3, Isometry3, Matrix2, Matrix2x3, Matrix2x4, Matrix2x5, Matrix2x6, Matrix3,

View File

@ -945,7 +945,7 @@ mod normalization_tests {
} }
} }
#[cfg(feature = "arbitrary")] #[cfg(all(feature = "arbitrary", feature = "alga"))]
// FIXME: move this to alga ? // FIXME: move this to alga ?
mod finite_dim_inner_space_tests { mod finite_dim_inner_space_tests {
use super::*; use super::*;