From 0e110c5b0ed1c55221655ab164b6594550ce228a Mon Sep 17 00:00:00 2001 From: Philippe-Cholet Date: Wed, 15 Nov 2023 14:46:37 +0100 Subject: [PATCH] Delete bors.toml We do not use bors anymore. --- Cargo.toml | 1 - bors.toml | 3 --- 2 files changed, 4 deletions(-) delete mode 100644 bors.toml diff --git a/Cargo.toml b/Cargo.toml index ed4e3784d..f1ffe19cd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,6 @@ description = "Extra iterator adaptors, iterator methods, free functions, and ma keywords = ["iterator", "data-structure", "zip", "product", "group-by"] categories = ["algorithms", "rust-patterns"] -exclude = ["/bors.toml"] edition = "2018" diff --git a/bors.toml b/bors.toml deleted file mode 100644 index 8d72225e7..000000000 --- a/bors.toml +++ /dev/null @@ -1,3 +0,0 @@ -status = [ -"bors build finished" -]