diff options
author | khai96_ <hvksmr1996@gmail.com> | 2019-05-01 04:30:49 +0000 |
---|---|---|
committer | khai96_ <hvksmr1996@gmail.com> | 2019-05-01 04:30:49 +0000 |
commit | ad45563f02130fa527019a6f0e82c639c9dc094c (patch) | |
tree | 7710b829d56a46c94c95b833f8e3c8d195000897 | |
parent | Merge pull request #92 from svenstaro/dependabot/cargo/tar-0.4.24 (diff) | |
download | miniserve-ad45563f02130fa527019a6f0e82c639c9dc094c.tar.gz miniserve-ad45563f02130fa527019a6f0e82c639c9dc094c.zip |
Enable clippy in RLS
-rw-r--r-- | rls.toml | 1 |
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" |