From be61078e4e61161b29c6583694239a9212e1cfd7 Mon Sep 17 00:00:00 2001 From: Amanieu d'Antras Date: Tue, 11 Jan 2022 13:34:50 +0000 Subject: [PATCH] Format Cargo.toml --- Cargo.toml | 6 ++++-- fuzz/Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 82ab5a7..6538eb0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,10 @@ [package] name = "regalloc2" version = "0.0.1" -authors = ["Chris Fallin ", "Mozilla SpiderMonkey Developers"] +authors = [ + "Chris Fallin ", + "Mozilla SpiderMonkey Developers", +] edition = "2018" license = "Apache-2.0 WITH LLVM-exception" description = "Backtracking register allocator inspired from IonMonkey" @@ -27,4 +30,3 @@ overflow-checks = true default = [] checker = [] fuzzing = ["arbitrary", "checker"] - diff --git a/fuzz/Cargo.toml b/fuzz/Cargo.toml index af37b2e..4bf4e17 100644 --- a/fuzz/Cargo.toml +++ b/fuzz/Cargo.toml @@ -54,4 +54,4 @@ doc = false [profile.release] debug = true debug-assertions = true -overflow-checks = true \ No newline at end of file +overflow-checks = true