We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b7d5e89 commit a38e629Copy full SHA for a38e629
1 file changed
crates/wac-types/src/component.rs
@@ -791,7 +791,8 @@ impl fmt::Display for FuncKind {
791
pub struct ResourceAlias {
792
/// The foreign owning interface for the resource.
793
///
794
- /// This may be `None` if the resource does not have a foreign interface owner such as in a world or when aliasing within the same interface.
+ /// This may be `None` if the resource does not have a foreign interface owner
795
+ /// such as in a world or when aliasing within the same interface.
796
#[cfg_attr(feature = "serde", serde(skip_serializing_if = "Option::is_none"))]
797
pub owner: Option<InterfaceId>,
798
/// The id of the resource that was aliased.
0 commit comments