You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
error[E0308]: mismatched types
--> C:\.cargo\registry\src\index.crates.io-1949cf8c6b5b557f\crossterm-0.25.0\src\terminal.rs:104:33
|
104 | pub fn is_raw_mode_enabled() -> Result<bool> {
| ------------------- ^^^^^^^^^^^^ expected `Result<bool,Error>`, found `()`
| |
| implicitly returns `()` as its body has no tail or `return` expression
|
= note: expected enum `std::result::Result<bool, std::io::Error>`
found unit type `()`
The text was updated successfully, but these errors were encountered:
crossterm/src/terminal.rs
Lines 107 to 117 in 6d6d3cb
The text was updated successfully, but these errors were encountered: