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

Remove unused import that caused the warning #174

Merged
merged 1 commit into from
Jun 2, 2018

Conversation

vors
Copy link
Contributor

@vors vors commented Jun 2, 2018

Fix this warning.

warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead
  --> src/parsing/syntax_set.rs:19:5
   |
19 | use std::ascii::AsciiExt;
   |     ^^^^^^^^^^^^^^^^^^^^
   |
   = note: #[warn(deprecated)] on by default

My understanding is that comment was referring to the stable toolchain. I tested it with the stable rustup toolchain and it compiles fine, so I assume it's safe to remove.

@trishume
Copy link
Owner

trishume commented Jun 2, 2018

This'll probably force people to upgrade to the latest stable Rust, but that's fine.

@trishume trishume merged commit 231eafc into trishume:master Jun 2, 2018
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.

2 participants