From 8d756f2c8dec4c0780d1fa4aedac1c112f6eae1a Mon Sep 17 00:00:00 2001 From: Fadi Hadzh Date: Mon, 17 Apr 2017 12:18:15 +0300 Subject: [PATCH] fix: disable rlib ext --- .pre-commit-hooks.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-hooks.yaml b/.pre-commit-hooks.yaml index 797c823..2a4a272 100644 --- a/.pre-commit-hooks.yaml +++ b/.pre-commit-hooks.yaml @@ -3,5 +3,5 @@ description: Format files with rustfmt. entry: rustfmt language: system - files: \.(rs|rlib)$ + files: \.rs$ args: ['--write-mode=overwrite']