sparsemat / sprs

sparse linear algebra library for rust
Apache License 2.0
386 stars 45 forks source link

Allow warnings but deny them in CI #219

Closed vbarrielle closed 3 years ago

vbarrielle commented 3 years ago

Using the environment variable RUSTFLAGS=-D warnings in CI should be all that's needed.