Skip to content

Commit

Permalink
fix clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
StackOverflowExcept1on committed Jan 14, 2025
1 parent c8460a3 commit 0f56df0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/wasm-builder/src/wasm_project.rs
Original file line number Diff line number Diff line change
Expand Up @@ -429,7 +429,7 @@ extern "C" fn metahash() {{
/// Post-processing after the WASM binary has been built.
///
/// - Copy WASM binary from `OUT_DIR` to
/// `target/gear-wasm/<profile>`
/// `target/gear-wasm/<profile>`
/// - Generate optimized and metadata WASM binaries from the built program
/// - Generate `wasm_binary.rs` source file in `OUT_DIR`
pub fn postprocess(&self) -> Result<Option<(PathBuf, PathBuf)>> {
Expand Down

0 comments on commit 0f56df0

Please sign in to comment.