mirror of
https://github.com/denoland/deno.git
synced 2025-09-28 05:04:48 +00:00
Clippy fixes (#2009)
This commit is contained in:
parent
1fec34b463
commit
da1b98b690
5 changed files with 23 additions and 29 deletions
|
@ -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
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue