Skip to content

Commit 9ac4a6b

Browse files
committed
Clean up wasi-libc module doc comment
1 parent 504f88a commit 9ac4a6b

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/wasi/mod.rs

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
1-
// [wasi-libc](https://github.com/WebAssembly/wasi-libc) definitions.
2-
// `wasi-libc` project provides multiple libraries including emulated features, but we list only basic features with `libc.a` here.
1+
//! [wasi-libc](https://github.com/WebAssembly/wasi-libc) definitions.
2+
//!
3+
//! `wasi-libc` project provides multiple libraries including emulated features, but we list only
4+
//! basic features with `libc.a` here.
35
46
use super::{Send, Sync};
57
use c_void;

0 commit comments

Comments
 (0)