Skip to content

Commit 4dbb91b

Browse files
authored
Merge pull request #88 from peterhuene/cleanup
Cleanup from #82.
2 parents 763d9f7 + d492220 commit 4dbb91b

1 file changed

Lines changed: 0 additions & 16 deletions

File tree

crates/wac-graph/src/graph.rs

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -415,22 +415,6 @@ impl fmt::Debug for Edge {
415415
}
416416
}
417417

418-
/// Represents information about a node in a composition graph.
419-
pub struct NodeInfo<'a> {
420-
/// The item kind of the node.
421-
pub kind: ItemKind,
422-
/// The optional name of the node.
423-
pub name: Option<&'a str>,
424-
/// The package associated with the node.
425-
pub package: Option<PackageId>,
426-
/// The export name of the node.
427-
///
428-
/// If the node is not exported, this field will be `None`.
429-
pub export: Option<&'a str>,
430-
/// Whether or not the node is from a type definition.
431-
pub definition: bool,
432-
}
433-
434418
/// Represents a composition graph.
435419
///
436420
/// A composition graph is a directed acyclic graph (DAG) that represents a WebAssembly composition.

0 commit comments

Comments
 (0)