Skip to content

Commit 4511810

Browse files
committed
Remove comment about component model support being WIP
It has been stable for a while now.
1 parent 65a1145 commit 4511810

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

crates/environ/src/component.rs

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,6 @@
1717
//!
1818
//! Note that this entire module is gated behind the `component-model` Cargo
1919
//! feature.
20-
//!
21-
//! ## Warning: In-progress
22-
//!
23-
//! As-of the time of this writing this module is incomplete and under
24-
//! development. It will be added to incrementally over time as more features
25-
//! are implemented. Current design decisions are also susceptible to change at
26-
//! any time. Some comments may reflect historical rather than current state as
27-
//! well (sorry).
2820
2921
/// Canonical ABI-defined constant for the maximum number of "flat" parameters
3022
/// to a wasm function, or the maximum number of parameters a core wasm function

0 commit comments

Comments
 (0)