2018 edition, and clippy fixes.
This commit is contained in:
@@ -2,8 +2,10 @@ use std::collections::HashMap;
|
||||
use std::f64;
|
||||
use std::ops;
|
||||
|
||||
use gaussian::Gaussian;
|
||||
use math;
|
||||
use log::*;
|
||||
|
||||
use crate::gaussian::Gaussian;
|
||||
use crate::math;
|
||||
|
||||
#[derive(Clone, Copy, Debug, PartialEq)]
|
||||
pub struct VariableId {
|
||||
|
||||
Reference in New Issue
Block a user