Skip to content

Commit c9779f4

Browse files
committed
Remove the shebang for rust-script
1 parent ab0d26d commit c9779f4

File tree

1 file changed

+0
-19
lines changed

1 file changed

+0
-19
lines changed

xtask/src/main.rs

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,3 @@
1-
#!/usr/bin/env rust-script
2-
//! ```cargo
3-
//! [package]
4-
//! edition = "2021"
5-
//! license = "CC0-1.0"
6-
//!
7-
//! [dependencies]
8-
//! camino = "1.1.2"
9-
//! cargo_metadata = "0.15.2"
10-
//! clap = { version = "4.1.4", features = ["derive"] }
11-
//! color-eyre = "0.6.2"
12-
//! eyre = "0.6.8"
13-
//! fs-err = "2.9.0"
14-
//! indexmap = { version = "1.9.2", features = ["serde-1"] }
15-
//! itertools = "0.10.5"
16-
//! serde = { version = "1.0.152", features = ["derive"] }
17-
//! toml = "0.7.0"
18-
//! ```
19-
201
use std::collections::HashMap;
212

223
use camino::Utf8Path;

0 commit comments

Comments
 (0)