Closed hbina closed 2 years ago
The lints enable pedantic lints, which usually have too many warnings so I explicitly allowed them. If you add only warn(clippy::pedantic)
and check cargo clippy
, you will see a bunch of warnings.
I personally prefer the docs to not have the feature flags stuff. I'd rather document it as it should be used. We can always build the docs with all the features
Signed-off-by: Hanif Bin Ariffin hanif.ariffin.4326@gmail.com