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;