image-rs / deflate-rs

An implementation of a DEFLATE encoder in rust
Apache License 2.0
53 stars 14 forks source link

Use box syntax for buffers once stabilized #10

Open oyvindln opened 7 years ago

oyvindln commented 7 years ago

See https://github.com/PistonDevelopers/image-png/issues/51

Also happens when I run doc tests on windows.

oyvindln commented 7 years ago

This was worked around in https://github.com/oyvindln/deflate-rs/commit/d79823f79d19b6f25ef26b09c2cbea493e5350a2 , though we may want to change that back once box syntax is stabilized.