Skip to content

Commit e0bbde3

Browse files
committed
Clean up wasi-libc module doc comment
(cherry picked from commit 9ac4a6b)
1 parent 598342c commit e0bbde3

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 core::iter::Iterator;
57

0 commit comments

Comments
 (0)