forked from nonsensical-dev/zenyx-engine
apply clippy changes
This commit is contained in:
parent
c38a0ccee3
commit
ce7dd8c54c
6 changed files with 12 additions and 6 deletions
|
@ -28,10 +28,10 @@ async fn main() -> Result<()> {
|
|||
|
||||
LOGGER.write_to_stdout();
|
||||
|
||||
let shell_thread = tokio::task::spawn(async { core::repl::repl::handle_repl().await });
|
||||
let shell_thread = tokio::task::spawn(async { core::repl::exec::handle_repl().await });
|
||||
|
||||
core::init_renderer()?;
|
||||
let _ = shell_thread.await??;
|
||||
shell_thread.await??;
|
||||
|
||||
Ok(())
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue