From 119f1b7f6e7e3739cb9225df7da7935a1f2aa5c5 Mon Sep 17 00:00:00 2001 From: Steven Allen Date: Mon, 14 Apr 2025 10:53:47 -0700 Subject: [PATCH] doc: fix syntax --- src/bin/bundler.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/bundler.rs b/src/bin/bundler.rs index b36f3bd..adebcde 100644 --- a/src/bin/bundler.rs +++ b/src/bin/bundler.rs @@ -1,4 +1,4 @@ -///! A Wasm bytecode CAR bundling utility. See helptext of command for docs. +//! A Wasm bytecode CAR bundling utility. See helptext of command for docs. use std::error::Error; use cid::multihash::Multihash;