diff --git a/project/src/main.rs b/project/src/main.rs index 3147072..4e25152 100644 --- a/project/src/main.rs +++ b/project/src/main.rs @@ -3,8 +3,6 @@ mod config; mod neural; use neural::NeuralNetwork; -use std::error::Error; - // Entry-Point fn main() { // Getting Running Mode First