jyn514 / saltwater

A C compiler written in Rust, with a focus on good error messages.
BSD 3-Clause "New" or "Revised" License
293 stars 27 forks source link

Run clippy on non-default features, too #516

Closed jyn514 closed 4 years ago

jyn514 commented 4 years ago

This fixes the CI failure in https://github.com/jyn514/saltwater/pull/515#issuecomment-691684770 and is generally good practice.

jyn514 commented 4 years ago

This also removes #include<stdio.h> from the test suite because it's causing tests to fail locally depending on the machine you run things on.