Skip to content

Commit

Permalink
Type Annotation error fixed; cargo installation now won't return an e…
Browse files Browse the repository at this point in the history
…rror
  • Loading branch information
UncleBela committed Dec 29, 2023
1 parent 353f70d commit 1bdf03d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ fn main() -> Result<(), io::Error> {
}

let helpbar_chunk = Layout::default()
.constraints(constraints.as_ref())
.constraints::<&[Constraint]>(constraints.as_ref())
.split(f.size());

if app.help_bar().shown() {
Expand Down

0 comments on commit 1bdf03d

Please sign in to comment.