We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 314fbcd commit 66624b5Copy full SHA for 66624b5
src/main.rs
@@ -18,7 +18,7 @@ use std::process::exit;
18
19
use itertools::Itertools;
20
#[cfg(feature = "terminal_size")]
21
-use terminal_size::{terminal_size, Width};
+use terminal_size::{Width, terminal_size};
22
23
use crate::language::Language;
24
use crate::solver::Pattern;
0 commit comments