chore: update clippy lints (#272)
* chore: fix clippy lints --------- Co-authored-by: Luis Moreno <morenol@users.noreply.github.com>
This commit is contained in:
+1
-1
@@ -56,7 +56,7 @@ pub struct Kernels;
|
||||
impl Kernels {
|
||||
/// Return a default linear
|
||||
pub fn linear() -> LinearKernel {
|
||||
LinearKernel::default()
|
||||
LinearKernel
|
||||
}
|
||||
/// Return a default RBF
|
||||
pub fn rbf() -> RBFKernel {
|
||||
|
||||
Reference in New Issue
Block a user