Skip to content
This repository was archived by the owner on Jul 10, 2023. It is now read-only.

Fix compile error resulting from outdated to_lower usage. #4

Merged
merged 1 commit into from
May 1, 2013
Merged

Fix compile error resulting from outdated to_lower usage. #4

merged 1 commit into from
May 1, 2013

Conversation

bdaehlie
Copy link

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 subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants