Closed FantasyTeddy closed 2 years ago
I am not so sure about the #![allow(dead_code)] or if we should find a better solution for the extra module.
#![allow(dead_code)]
extra
I think this change is better than making a cfg attribute mess in extra.
I am not so sure about the
#![allow(dead_code)]
or if we should find a better solution for theextra
module.