remove trig.rs (no longer used)

This commit is contained in:
Simon Gardling
2021-03-29 19:29:39 +00:00
parent 5c97379057
commit 6e2b5c3d2a
4 changed files with 0 additions and 76 deletions

View File

@@ -19,10 +19,6 @@ criterion = "0.3.4"
[patch.crates-io]
rayon = {git = "https://github.com/rayon-rs/rayon.git"} #for using git version of rayon
[[bench]]
name = "trig"
harness = false
[profile.dev]
codegen-units = 1
opt-level = 3