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

Use is-terminal instead of atty #226

Merged
merged 2 commits into from
Nov 23, 2022
Merged

Use is-terminal instead of atty #226

merged 2 commits into from
Nov 23, 2022

Conversation

taiki-e
Copy link
Owner

@taiki-e taiki-e commented Nov 23, 2022

```
error: lint `clippy::let_underscore_drop` has been renamed to `let_underscore_drop`
   --> src/term.rs:104:9
    |
104 | #[allow(clippy::let_underscore_drop)]
    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `let_underscore_drop`
    |
    = note: `-D renamed-and-removed-lints` implied by `-D warnings`
```
@taiki-e
Copy link
Owner Author

taiki-e commented Nov 23, 2022

bors r+

@bors
Copy link
Contributor

bors bot commented Nov 23, 2022

Build succeeded:

@bors bors bot merged commit d1a807a into main Nov 23, 2022
@bors bors bot deleted the is-terminal branch November 23, 2022 08:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant