mirror of
https://github.com/denoland/deno.git
synced 2025-08-03 18:38:33 +00:00
Fix clippy errors and upgrade Rust to 1.33.0 in CI (#1945)
This commit is contained in:
parent
223a2adbb4
commit
94405bb617
9 changed files with 135 additions and 150 deletions
|
@ -256,7 +256,7 @@ impl DenoDir {
|
|||
}
|
||||
};
|
||||
|
||||
if out.source_code.starts_with("#!".as_bytes()) {
|
||||
if out.source_code.starts_with(b"#!") {
|
||||
out.source_code = filter_shebang(out.source_code);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue