aboutsummaryrefslogtreecommitdiffstats
path: root/src/renderer.rs
diff options
context:
space:
mode:
authorkhai96_ <hvksmr1996@gmail.com>2019-05-02 13:27:43 +0000
committerkhai96_ <hvksmr1996@gmail.com>2019-05-02 13:27:43 +0000
commit63f71088d45cb5d4d7a075d1fee79d1f2b881117 (patch)
tree44d9eb34926922f786e67de3b62a98012e010304 /src/renderer.rs
parentMove 'rust: {stable,beta}' to 'matrix.includes' (diff)
parentFix some Clippy lints (diff)
downloadminiserve-63f71088d45cb5d4d7a075d1fee79d1f2b881117.tar.gz
miniserve-63f71088d45cb5d4d7a075d1fee79d1f2b881117.zip
Merge branch 'clippy' into new-clippy
Diffstat (limited to 'src/renderer.rs')
-rw-r--r--src/renderer.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/renderer.rs b/src/renderer.rs
index b292e70..69224cf 100644
--- a/src/renderer.rs
+++ b/src/renderer.rs
@@ -9,6 +9,7 @@ use crate::listing::{Entry, SortingMethod, SortingOrder};
use crate::themes::ColorScheme;
/// Renders the file listing
+#[allow(clippy::too_many_arguments)]
pub fn page(
serve_path: &str,
entries: Vec<Entry>,