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:
|
||||
///
|
||||
/// ```no_run
|
||||
/// #![feature(core)]
|
||||
/// use cgmath::rad;
|
||||
/// use cgmath::Vector2;
|
||||
/// use cgmath::{Matrix, ToMatrix2};
|
||||
|
|
|
@ -13,6 +13,7 @@
|
|||
// See the License for the specific language governing permissions and
|
||||
// limitations under the License.
|
||||
|
||||
#![feature(core)]
|
||||
|
||||
extern crate cgmath;
|
||||
|
||||
|
|
Loading…
Reference in a new issue