From 80874892a656f1c491b138aa3dde9c356af0799f Mon Sep 17 00:00:00 2001 From: Yosh Date: Fri, 21 Jun 2024 02:10:26 +0200 Subject: [PATCH] annotate `use` statements --- wit/monotonic-clock.wit | 1 + 1 file changed, 1 insertion(+) diff --git a/wit/monotonic-clock.wit b/wit/monotonic-clock.wit index f7888bc..cae2363 100644 --- a/wit/monotonic-clock.wit +++ b/wit/monotonic-clock.wit @@ -9,6 +9,7 @@ package wasi:clocks@0.2.0; /// successive reads of the clock will produce non-decreasing values. @since(version = 0.2.0) interface monotonic-clock { + @since(version = 0.2.0) use wasi:io/poll@0.2.0.{pollable}; /// An instant in time, in nanoseconds. An instant is relative to an