mirror of
https://github.com/italicsjenga/mppt-modbus.git
synced 2024-12-23 16:51:30 +11:00
unused features/allows
This commit is contained in:
parent
ecb11e90ae
commit
f1d6a02dd2
|
@ -1,8 +1,4 @@
|
|||
#![allow(incomplete_features)]
|
||||
#![allow(dead_code)]
|
||||
#![feature(adt_const_params)]
|
||||
#![feature(generic_arg_infer)]
|
||||
#![feature(generic_const_exprs)]
|
||||
|
||||
use std::{
|
||||
fmt::{self, Debug, Display},
|
||||
|
|
Loading…
Reference in a new issue