diff options
author | khai96_ <hvksmr1996@gmail.com> | 2019-05-02 13:27:43 +0000 |
---|---|---|
committer | khai96_ <hvksmr1996@gmail.com> | 2019-05-02 13:27:43 +0000 |
commit | 63f71088d45cb5d4d7a075d1fee79d1f2b881117 (patch) | |
tree | 44d9eb34926922f786e67de3b62a98012e010304 /rls.toml | |
parent | Move 'rust: {stable,beta}' to 'matrix.includes' (diff) | |
parent | Fix some Clippy lints (diff) | |
download | miniserve-63f71088d45cb5d4d7a075d1fee79d1f2b881117.tar.gz miniserve-63f71088d45cb5d4d7a075d1fee79d1f2b881117.zip |
Merge branch 'clippy' into new-clippy
Diffstat (limited to 'rls.toml')
-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" |