aboutsummaryrefslogtreecommitdiffstats
path: root/src/renderer.rs
diff options
context:
space:
mode:
authorboastful-squirrel <boastful.squirrel@gmail.com>2019-05-03 05:28:31 +0000
committerboastful-squirrel <boastful.squirrel@gmail.com>2019-05-03 05:28:31 +0000
commit8f1793e02f0dadbab668b51850e14bd160b440d8 (patch)
tree4e125df23c71e092c3f83d0289554df980e0bb2e /src/renderer.rs
parentPrint error when parsing query parameters fail (diff)
parentMerge pull request #99 from KSXGitHub/new-clippy (diff)
downloadminiserve-8f1793e02f0dadbab668b51850e14bd160b440d8.tar.gz
miniserve-8f1793e02f0dadbab668b51850e14bd160b440d8.zip
Merge branch 'master' into themed-errors
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 cdcec94..098cf91 100644
--- a/src/renderer.rs
+++ b/src/renderer.rs
@@ -10,6 +10,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>,