Fixed the tests

This commit is contained in:
Dzmitry Malyshau 2015-03-25 22:14:17 -04:00
parent 05c4147cec
commit b36039a6ee
2 changed files with 2 additions and 0 deletions

View file

@ -133,6 +133,7 @@ pub trait Rotation3<S: BaseNum>: Rotation<S, Vector3<S>, Point3<S>>
/// matrix:
///
/// ```no_run
/// #![feature(core)]
/// use cgmath::rad;
/// use cgmath::Vector2;
/// use cgmath::{Matrix, ToMatrix2};

View file

@ -13,6 +13,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.
#![feature(core)]
extern crate cgmath;