Fixed the tests
This commit is contained in:
parent
05c4147cec
commit
b36039a6ee
2 changed files with 2 additions and 0 deletions
|
@ -133,6 +133,7 @@ pub trait Rotation3<S: BaseNum>: Rotation<S, Vector3<S>, Point3<S>>
|
||||||
/// matrix:
|
/// matrix:
|
||||||
///
|
///
|
||||||
/// ```no_run
|
/// ```no_run
|
||||||
|
/// #![feature(core)]
|
||||||
/// use cgmath::rad;
|
/// use cgmath::rad;
|
||||||
/// use cgmath::Vector2;
|
/// use cgmath::Vector2;
|
||||||
/// use cgmath::{Matrix, ToMatrix2};
|
/// use cgmath::{Matrix, ToMatrix2};
|
||||||
|
|
|
@ -13,6 +13,7 @@
|
||||||
// See the License for the specific language governing permissions and
|
// See the License for the specific language governing permissions and
|
||||||
// limitations under the License.
|
// limitations under the License.
|
||||||
|
|
||||||
|
#![feature(core)]
|
||||||
|
|
||||||
extern crate cgmath;
|
extern crate cgmath;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue