Skip to content

Commit

Permalink
added clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
Znackt committed Jul 8, 2024
1 parent 55d95f8 commit 3a07379
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,5 @@
mod editor;
use editor::Editor;
fn main() {
let editor = Editor::default();
editor.run();
}
Editor::default().run();
}

0 comments on commit 3a07379

Please sign in to comment.