From 1663131fb135abf96e4e68a5f872d5cb282ec5e5 Mon Sep 17 00:00:00 2001 From: Henry Gressmann Date: Tue, 12 Dec 2023 09:14:26 +0100 Subject: docs: update documentation Signed-off-by: Henry Gressmann --- crates/wasm-testsuite/lib.rs | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'crates/wasm-testsuite/lib.rs') diff --git a/crates/wasm-testsuite/lib.rs b/crates/wasm-testsuite/lib.rs index 7e6afb4..9e38bfc 100644 --- a/crates/wasm-testsuite/lib.rs +++ b/crates/wasm-testsuite/lib.rs @@ -1,9 +1,4 @@ -//! This crate provides a way to access the WebAssembly spec testsuite. -//! -//! The testsuite is included as a git submodule and embedded into the binary. -//! -//! Generated from - +#![doc = include_str!("README.md")] #![forbid(unsafe_code)] #![doc(test( no_crate_inject, -- cgit v1.3.1