diff --git a/crates/wasi/src/preview2/ctx.rs b/crates/wasi/src/preview2/ctx.rs index 344a4a3c12da..73cd0e116e50 100644 --- a/crates/wasi/src/preview2/ctx.rs +++ b/crates/wasi/src/preview2/ctx.rs @@ -256,8 +256,6 @@ impl WasiCtxBuilder { /// Uses the configured context so far to construct the final `WasiCtx`. /// - /// This will insert resources into the provided `table`. - /// /// Note that each `WasiCtxBuilder` can only be used to "build" once, and /// calling this method twice will panic. ///