Skip to content

Commit 182414c

Browse files
peterhuenerylev
andauthored
Update crates/wac-graph/src/graph.rs
Co-authored-by: Ryan Levick <me@ryanlevick.com>
1 parent 18a314d commit 182414c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

crates/wac-graph/src/graph.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ pub enum ExportError {
140140
#[derive(Debug, Error)]
141141
pub enum UnexportError {
142142
/// The node cannot be unexported as it is a type definition.
143-
#[error("the node cannot be unexported as it is a type definition")]
143+
#[error("cannot unexport a type definition")]
144144
MustExportDefinition,
145145
}
146146

0 commit comments

Comments
 (0)