We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
toshokan panics running a command like CLICOLOR_FORCE=1 toshokan list | head.
toshokan
CLICOLOR_FORCE=1 toshokan list | head
This can be resolved with the #[unix_sigpipe = "sig_dfl"] attribute on fn main().
#[unix_sigpipe = "sig_dfl"]
fn main()
This is blocked until the unix_sigpipe feature is stabilized.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
toshokan
panics running a command likeCLICOLOR_FORCE=1 toshokan list | head
.This can be resolved with the
#[unix_sigpipe = "sig_dfl"]
attribute onfn main()
.This is blocked until the unix_sigpipe feature is stabilized.
#[unix_sigpipe = "sig_dfl"]
onfn main()
rust-lang/rust#120832The text was updated successfully, but these errors were encountered: