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