Cargo format

This commit is contained in:
Ben Cross
2021-01-17 21:37:30 +00:00
parent e0d46f430b
commit 762986b271
43 changed files with 100 additions and 51 deletions
+2 -1
View File
@@ -20,7 +20,8 @@
//! * ["The ROC-AUC and the Mann-Whitney U-test", Haupt, J.](https://johaupt.github.io/roc-auc/model%20evaluation/Area_under_ROC_curve.html)
#![allow(non_snake_case)]
#[cfg(feature = "serde")] use serde::{Deserialize, Serialize};
#[cfg(feature = "serde")]
use serde::{Deserialize, Serialize};
use crate::algorithm::sort::quick_sort::QuickArgSort;
use crate::linalg::BaseVector;