From f5f2cbcebd05d083d766371585423dc330f48d60 Mon Sep 17 00:00:00 2001 From: puppypaduk2 Date: Thu, 1 Oct 2020 18:57:10 +0900 Subject: [PATCH] Do not ignore `**/*.rs.bk` (#322) This is no longer used by rustfmt anymore; see https://github.com/rust-lang/cargo/pull/7647 --- templates/Rust.gitignore | 3 --- 1 file changed, 3 deletions(-) diff --git a/templates/Rust.gitignore b/templates/Rust.gitignore index 088ba6b..1301e7d 100644 --- a/templates/Rust.gitignore +++ b/templates/Rust.gitignore @@ -5,6 +5,3 @@ # Remove Cargo.lock from gitignore if creating an executable, leave it for libraries # More information here https://doc.rust-lang.org/cargo/guide/cargo-toml-vs-cargo-lock.html Cargo.lock - -# These are backup files generated by rustfmt -**/*.rs.bk