Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

perf: use fast ops for tty #15976

Merged
merged 12 commits into from
Sep 23, 2022
Prev Previous commit
Next Next commit
x
  • Loading branch information
littledivy committed Sep 22, 2022
commit f4ea03431e70cb0555fca74eb1f7865528249ec0
2 changes: 1 addition & 1 deletion runtime/ops/tty.rs
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ fn op_set_raw(

Ok(())
});
wrap_err(state, result);
wrap_err(state, result)
}
#[cfg(unix)]
{
Expand Down