Skip to content

Commit 08a4804

Browse files
committed
[nextest-runner] remove some dead code
1 parent b839190 commit 08a4804

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

nextest-runner/src/config/config_impl.rs

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1459,21 +1459,6 @@ mod tests {
14591459
id_upcast!();
14601460
}
14611461

1462-
#[derive(Clone, Debug, PartialEq, Eq, PartialOrd, Ord)]
1463-
struct WrapperScriptWarning {
1464-
tool: Option<String>,
1465-
config_file: Utf8PathBuf,
1466-
script_id: ScriptId,
1467-
}
1468-
1469-
impl IdHashItem for WrapperScriptWarning {
1470-
type Key<'a> = &'a ScriptId;
1471-
fn key(&self) -> Self::Key<'_> {
1472-
&self.script_id
1473-
}
1474-
id_upcast!();
1475-
}
1476-
14771462
#[derive(Clone, Debug, PartialEq, Eq, PartialOrd, Ord)]
14781463
struct EmptyScriptSections {
14791464
tool: Option<String>,

0 commit comments

Comments
 (0)