Clippy fixes (#2009)

This commit is contained in:
Bert Belder 2019-03-28 08:09:19 -04:00 committed by Ryan Dahl
parent 1fec34b463
commit da1b98b690
5 changed files with 23 additions and 29 deletions

View file

@ -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
}