From b3678c43c496ec884ccfe2af0e5a7e07bc8140d7 Mon Sep 17 00:00:00 2001 From: doryan Date: Fri, 19 Jul 2024 23:24:38 +0400 Subject: [PATCH] fix(imports): change imports --- src/controller/model_utils/hamming_code_seven_four.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/controller/model_utils/hamming_code_seven_four.rs b/src/controller/model_utils/hamming_code_seven_four.rs index 6022c63..76e7d45 100644 --- a/src/controller/model_utils/hamming_code_seven_four.rs +++ b/src/controller/model_utils/hamming_code_seven_four.rs @@ -2,7 +2,7 @@ use std::collections::HashMap; use crate::{ controller::view_utils::{hamming_code_input_utils::*, input_utils::*}, - model::model::*, + model::models::*, }; /// **Синдромы**