cargo fmt

This commit is contained in:
Nick Lewycky
2020-10-08 21:03:51 -07:00
parent 3b3882f9f5
commit a01d3d3d70
2 changed files with 2 additions and 5 deletions

View File

@@ -5,10 +5,7 @@
//
// So far, this is an implementation of the SysV AMD64 ABI.
#![deny(
dead_code,
missing_docs,
)]
#![deny(dead_code, missing_docs)]
use crate::translator::intrinsics::{type_to_llvm, Intrinsics};
use inkwell::{