Skip to content

Commit

Permalink
⬆️ Update rust to v1.74.0 (#44)
Browse files Browse the repository at this point in the history
  • Loading branch information
a-kenji authored Jan 9, 2024
1 parent 096c838 commit afe57ff
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 84 deletions.
1 change: 1 addition & 0 deletions client/src/plugin/utils.rs
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ pub fn spawn<PluginType: Plugin + std::marker::Send + 'static>(
panic!();
}

#[allow(clippy::never_loop)]
loop {
unreachable!();
}
Expand Down
91 changes: 7 additions & 84 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit afe57ff

Please sign in to comment.