Skip to content

Commit

Permalink
fix: Missing re-exports in hugr::hugr (#1127)
Browse files Browse the repository at this point in the history
#1122 missed re-exporting some `pub use`s from `hugr_core::hugr`.
  • Loading branch information
aborgna-q authored May 29, 2024
1 parent bbefc04 commit fd5f989
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions hugr/src/hugr.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
// Exports everything except the `internal` module.
pub use hugr_core::hugr::{
hugrmut, rewrite, serialize, validate, views, Hugr, HugrError, NodeMetadata, NodeMetadataMap,
NodeType, DEFAULT_NODETYPE,
hugrmut, rewrite, serialize, validate, views, Hugr, HugrError, HugrView, IdentList,
InvalidIdentifier, NodeMetadata, NodeMetadataMap, NodeType, Rewrite, RootTagged,
SimpleReplacement, SimpleReplacementError, ValidationError, DEFAULT_NODETYPE,
};

0 comments on commit fd5f989

Please sign in to comment.