Update lib.rs

This commit is contained in:
Acrimon 2019-09-06 10:52:47 +00:00 committed by Forest
parent 03bf74f414
commit e151b81c11

View File

@ -1,4 +1,5 @@
#![deny(unsafe_code)]
#![allow(incomplete_features)]
#![feature(
const_generics,
euclidean_division,