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

Fix compile error resulting from outdated to_lower usage. #4

Merged
merged 1 commit into from May 1, 2013

Conversation

@bdaehlie
Copy link
Contributor

bdaehlie commented Apr 30, 2013

Rust recently changed its string API, requiring conversion from str to an ascii str and back in order to do to_lower. Ugly, but that's what they did.

pcwalton added a commit that referenced this pull request May 1, 2013
Fix compile error resulting from outdated to_lower usage.
@pcwalton pcwalton merged commit df1490e into servo:master May 1, 2013
@pcwalton
Copy link
Contributor

pcwalton commented May 1, 2013

We need a unicode-aware to_lower in the Rust standard library for this.

recrack added a commit to recrack/rust-css that referenced this pull request Jul 25, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked issues

Successfully merging this pull request may close these issues.

None yet

2 participants
You can’t perform that action at this time.