about summary refs log tree commit diff
path: root/pkgs/aszlig/rustfmt/config.patch
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/aszlig/rustfmt/config.patch')
-rw-r--r--pkgs/aszlig/rustfmt/config.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/pkgs/aszlig/rustfmt/config.patch b/pkgs/aszlig/rustfmt/config.patch
deleted file mode 100644
index 6864b797..00000000
--- a/pkgs/aszlig/rustfmt/config.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-diff --git a/src/tools/rustfmt/src/config/mod.rs b/src/tools/rustfmt/src/config/mod.rs
-index cd90e090..a6db6da1 100644
---- a/src/tools/rustfmt/src/config/mod.rs
-+++ b/src/tools/rustfmt/src/config/mod.rs
-@@ -282,7 +282,7 @@ impl Config {
-                 }
-             }
- 
--            Ok(None)
-+            Ok(Some(env!("DEFAULT_CONFIG_FILE").into()))
-         }
- 
-         match resolve_project_file(dir)? {