Skip to content

Commit

Permalink
bugs were fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
git-user-cpp committed Jun 12, 2023
1 parent 447ff62 commit 7a9ff43
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ mod options;

use crate::options::general_options::launch_main_console_menu;
use crate::console::console_menu::print_stop_message;
use crate::product_structure::product;
use crate::product_structure::product::Product;

fn main() {
Expand Down
2 changes: 1 addition & 1 deletion src/options/general_options.rs
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ use crate::console::console_menu::{print_first_option,
print_license};
use crate::console::console_menu::print_percentage;
use crate::options::menu_options::{run_first_option, run_second_option, run_third_option};
use crate::product::Product;
use crate::product_structure::product::Product;

///Function for launching main menu in terminal
Expand Down

0 comments on commit 7a9ff43

Please sign in to comment.