aboutsummaryrefslogtreecommitdiffstats
path: root/src/renderer.rs
diff options
context:
space:
mode:
authorkhai96_ <hvksmr1996@gmail.com>2019-05-01 07:00:30 +0000
committerkhai96_ <hvksmr1996@gmail.com>2019-05-01 07:00:30 +0000
commit3da956c5af09c89e325928efb8dabe55d7fd6983 (patch)
treeece715cfb53638314f1ce1595bd49caf3505c74a /src/renderer.rs
parentAdd clippy to CI (diff)
downloadminiserve-3da956c5af09c89e325928efb8dabe55d7fd6983.tar.gz
miniserve-3da956c5af09c89e325928efb8dabe55d7fd6983.zip
Ignore clippy warnings
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>,