Skip to content

Commit 18c7d6c

Browse files
yoshuawuytsricochet
authored andcommitted
annotate use statements
1 parent af271b4 commit 18c7d6c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

wit/streams.wit

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,9 @@ package wasi:[email protected];
77
/// when it does, they are expected to subsume this API.
88
@since(version = 0.2.0)
99
interface streams {
10+
@since(version = 0.2.0)
1011
use error.{error};
12+
@since(version = 0.2.0)
1113
use poll.{pollable};
1214

1315
/// An error for input-stream and output-stream operations.

0 commit comments

Comments
 (0)