Commit ef1cba0
authored
fix!: Don't expose
`HugrMutInternals` is part of the semi-private traits defined in
`hugr-core`.
While most things get re-exported in `hugr`, we `*Internal` traits
require you to explicitly declare a dependency on the `-core` package
(as we don't want most users to have to interact with them).
For some reason there was a public re-export of the trait in a
re-exported module, so it ended up appearing in `hugr` anyways.
BREAKING CHANGE: Removed public re-export of `HugrMutInternals` from
`hugr`.HugrMutInternals (#2071)1 parent 81447ec commit ef1cba0
1 file changed
+0
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
8 | 7 | | |
9 | 8 | | |
10 | 9 | | |
| |||
0 commit comments