lifthrasiir / rust-encoding

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

Share has been renamed to Sync in master #34

Closed forticulous closed 10 years ago

forticulous commented 10 years ago

See here

Share has been renamed to Sync. It is still there as deprecated, but it isn't automatically imported by prelude anymore. So this either needs to be changed to Sync or Share has to be explicitly imported

lifthrasiir commented 10 years ago

@forticulous Thank you for the information. I'll fix it as soon as the nightly has that change (the latest Travis build doesn't seem to have it yet).

Ogeon commented 10 years ago

@lifthrasiir Looks like it's there now.