Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(cargo): fix linking on OSX 10.10
On OSX 10.10, attempting to run `cargo test` will yield a [linker error](https://gist.github.com/Byron/b7a50cdcf7c60234335d). Just removing the feature fixes the issue, even though I am not sure if it is breaking something further down the line.
- Loading branch information