iron-llvm
iron-llvm copied to clipboard
Remove unused #[feature]s
Crate does not build on stable - lib.rs
has redundant #[feature(convert)]
, #[feature(log_syntax)]
, and #[feature(trace_macros)]
annotations. Removing them allows the crate to compile.