codecov-fix

This commit is contained in:
gaxler
2021-01-26 10:03:33 -08:00
parent 7daf536aeb
commit 9833a2f851
-1
View File
@@ -1,6 +1,5 @@
#![allow(clippy::ptr_arg)]
//! # Encode categorical features as a one-hot or multi-class numeric array.
//!
use crate::error::Failed;
use crate::math::num::RealNumber;