From 982d01369541074d3a6263cbd834f42659e3f64b Mon Sep 17 00:00:00 2001 From: clux Date: Tue, 22 Aug 2023 15:54:55 +0100 Subject: [PATCH] don't need mode anymore, justfile is top level syntax now Signed-off-by: clux --- justfile | 4 ---- 1 file changed, 4 deletions(-) diff --git a/justfile b/justfile index ac2ba28..c2430d1 100644 --- a/justfile +++ b/justfile @@ -22,7 +22,3 @@ sync: # Query dynamic properties of kube and put into docs dynprops: echo "TODO: find cargo rust-version of kube and put in msrv doc" - -# mode: makefile -# End: -# vim: set ft=make :