From 07caadc77f78e2ef031bdd08677f0182d3bda43c Mon Sep 17 00:00:00 2001 From: Mylloon Date: Tue, 23 Aug 2022 13:24:09 +0200 Subject: [PATCH] old comment --- src/utils.rs | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/utils.rs b/src/utils.rs index ca77faa..7845e11 100644 --- a/src/utils.rs +++ b/src/utils.rs @@ -17,11 +17,6 @@ fn err_code(code: i32) -> String { } /// Print a line for the table -/// -/// `pos` defines what separator should be used and can be: -/// - 0 -> top of the table -/// - 1 -> middle of the table -/// - 2 -> bottom of the table pub fn line_table(cell_length: usize, number_cell: usize, pos: models::Position) { let err_msg = "Unknown position";