Skip to content

Commit fe5efc9

Browse files
committed
Downgrade all errors to warnings, allowing testing on modern Rust versions.
1 parent d27f727 commit fe5efc9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,10 @@
4444
html_favicon_url = "https://doc.rust-lang.org/favicon.ico",
4545
html_root_url = "https://doc.rust-lang.org/nightly/")]
4646
#![no_std]
47-
#![deny(warnings)]
47+
// #![deny(warnings)]
4848
#![forbid(unsafe_code)]
4949

50-
#![feature(const_fn)]
50+
#![feature(min_const_fn)]
5151
#![feature(i128_type)]
5252
#![feature(slice_patterns)]
5353
#![feature(try_from)]

0 commit comments

Comments
 (0)