clean up comment

This commit is contained in:
Folkert 2021-11-23 20:05:11 +01:00
parent 2c20d79cb8
commit 8ce195998a

View File

@ -16,7 +16,6 @@ const CYCLE_ELEMENTS: [&str; 4] = ["+-----+", "| ", "| |", "+-<---+"];
#[cfg(not(windows))]
const CYCLE_ELEMENTS: [&str; 4] = ["┌─────┐", "", "│ ↓", "└─────┘"];
// trick to branch in a const. Can be replaced by an if when that is merged into rustc
const CYCLE_TOP: &str = CYCLE_ELEMENTS[0];
const CYCLE_LN: &str = CYCLE_ELEMENTS[1];
const CYCLE_MID: &str = CYCLE_ELEMENTS[2];