Remove Cranelift for now.

This commit is contained in:
Richard Feldman 2020-03-25 20:18:57 -04:00
parent 9eed02ae4a
commit a561f343b2
6 changed files with 9 additions and 1496 deletions

View file

@ -10,5 +10,5 @@
// and encouraging shortcuts here creates bad incentives. I would rather temporarily
// re-enable this when working on performance optimizations than have it block PRs.
#![allow(clippy::large_enum_variant)]
pub mod crane;
pub mod llvm;