lifthrasiir / rust-encoding

Character encoding support for Rust
MIT License
284 stars 59 forks source link

Crate no longer compiles with `..` character ranges. #45

Closed drbawb closed 10 years ago

drbawb commented 10 years ago

Ranges must use the ... syntax as of rust PR #17584

Passes cargo build and cargo test. Tested locally with rustc 0.12.0-dev (8ab6fce95 2014-10-01 11:27:23 +0000) and cargo 0.0.1-pre (4ee87de 2014-09-08 17:58:56 +0000).

lifthrasiir commented 10 years ago

@drbawb Thank you! Your commit had replaced ..s in comments as well though, so I've slightly modified your commit as ea41c0226067331a4d13142c81d82b614135c82a.