aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkhai96_ <hvksmr1996@gmail.com>2019-05-01 04:30:49 +0000
committerkhai96_ <hvksmr1996@gmail.com>2019-05-01 04:30:49 +0000
commitad45563f02130fa527019a6f0e82c639c9dc094c (patch)
tree7710b829d56a46c94c95b833f8e3c8d195000897
parentMerge pull request #92 from svenstaro/dependabot/cargo/tar-0.4.24 (diff)
downloadminiserve-ad45563f02130fa527019a6f0e82c639c9dc094c.tar.gz
miniserve-ad45563f02130fa527019a6f0e82c639c9dc094c.zip
Enable clippy in RLS
-rw-r--r--rls.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/rls.toml b/rls.toml
new file mode 100644
index 0000000..b94e1cb
--- /dev/null
+++ b/rls.toml
@@ -0,0 +1 @@
+clippy_preference = "on"