summaryrefslogtreecommitdiff
path: root/build.rs
AgeCommit message (Collapse)Author
2016-04-02Fix raw_pointer_derive warningKamal Marhubi
This commit adds a small build script to detect if we need to `#[allow(raw_pointer_derive)]` and makes the attribute conditional. Refs #337