snirk-lang / protosnirk

The beginnings of a programming language
MIT License
1 stars 1 forks source link

Enable all basic Rust warnings on protosnirk #78

Closed SnirkImmington closed 6 years ago

SnirkImmington commented 6 years ago

While debugging code from integration-tests, I noticed that there was an unused pass struct which was not being run in the pipeline. In order to help remedy this, I am removing the

#![allow(dead_code, unused_imports)]

from the top of lib.rs.