File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -230,7 +230,7 @@ pub mod types;
230230pub mod bindings;
231231
232232#[ cfg( feature = "p3" ) ]
233- #[ expect( missing_docs) ] // TODO: add docs
233+ #[ expect( missing_docs, reason = "work in progress" ) ] // TODO: add docs
234234pub mod p3;
235235
236236pub use crate :: error:: {
Original file line number Diff line number Diff line change 1010
1111pub mod bindings;
1212mod conv;
13- #[ expect( unused) ] // TODO: implement
13+ #[ expect( unused, reason = "work in progress" ) ] // TODO: implement
1414mod host;
1515
1616use bindings:: http:: { handler, types} ;
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ use wasmtime_wasi_http::p3::bindings::http::types::ErrorCode;
88
99use super :: Ctx ;
1010
11- #[ expect( unused) ] // TODO: implement
11+ #[ expect( unused, reason = "unimplemented" ) ] // TODO: implement
1212pub async fn run_wasi_http < E : Into < ErrorCode > + ' static > (
1313 component_filename : & str ,
1414 req : http:: Request < impl Body < Data = Bytes , Error = E > + Send + Sync + ' static > ,
You can’t perform that action at this time.
0 commit comments