Skip to content

Commit a4f4463

Browse files
committed
chore: drop dead code
1 parent 434087c commit a4f4463

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

src/pipelines/rust/mod.rs

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,7 @@ use crate::{
1919
CargoMetadata,
2020
},
2121
pipelines::rust::sri::{SriBuilder, SriOptions, SriType},
22-
processing::{
23-
integrity::{IntegrityType, OutputDigest},
24-
minify::minify_js,
25-
},
22+
processing::{integrity::IntegrityType, minify::minify_js},
2623
tools::{self, Application},
2724
};
2825
use anyhow::{anyhow, bail, ensure, Context, Result};
@@ -908,10 +905,3 @@ impl RustApp {
908905
Ok(())
909906
}
910907
}
911-
912-
/// Integrity of outputs
913-
#[derive(Debug, Default)]
914-
pub struct IntegrityOutput {
915-
pub wasm: OutputDigest,
916-
pub js: OutputDigest,
917-
}

0 commit comments

Comments
 (0)