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