summaryrefslogtreecommitdiff
path: root/cli/js_errors.rs
diff options
context:
space:
mode:
authorBert Belder <bertbelder@gmail.com>2019-03-28 08:09:19 -0400
committerRyan Dahl <ry@tinyclouds.org>2019-03-28 08:09:19 -0400
commitda1b98b690e39ce4becf314910d046b9850f650f (patch)
tree74efb61fb65d6541623538b7e2bcfb55582ca090 /cli/js_errors.rs
parent1fec34b4632521068c31815c1d9f92286b6d0297 (diff)
Clippy fixes (#2009)
Diffstat (limited to 'cli/js_errors.rs')
-rw-r--r--cli/js_errors.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/js_errors.rs b/cli/js_errors.rs
index 90c9f2007..1cb9cb3a1 100644
--- a/cli/js_errors.rs
+++ b/cli/js_errors.rs
@@ -209,7 +209,7 @@ pub fn apply_source_map(
// The bundle does not get built for 'cargo check', so we don't embed the
// bundle source map.
#[cfg(feature = "check-only")]
-fn builtin_source_map(script_name: &str) -> Option<Vec<u8>> {
+fn builtin_source_map(_: &str) -> Option<Vec<u8>> {
None
}