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

Lots of warnings with latest Rust #34

Closed
bvssvni opened this issue Dec 13, 2014 · 1 comment
Closed

Lots of warnings with latest Rust #34

bvssvni opened this issue Dec 13, 2014 · 1 comment

Comments

@bvssvni
Copy link

bvssvni commented Dec 13, 2014

Getting warnings like these:

src/common.rs:222:11: 222:16 warning: \U00ABCD12 and \uABCD escapes are deprecated
src/common.rs:222         '\u00C0'...'\u00D6' | '\u00D8'...'\u00F6' | '\u00F8'...'\u02FF' |
                            ^~~~~
src/common.rs:222:11: 222:16 help: use \u{ABCD12} escapes instead
src/common.rs:222         '\u00C0'...'\u00D6' | '\u00D8'...'\u00F6' | '\u00F8'...'\u02FF' |
                            ^~~~~
@netvl
Copy link
Owner

netvl commented Dec 13, 2014

Closed by #35

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

No branches or pull requests

2 participants