File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -24,6 +24,7 @@ rust: &rust
24
24
- " hugr-cli/**"
25
25
- " hugr-core/**"
26
26
- " hugr-passes/**"
27
+ - " hugr-persistent/**"
27
28
- " specification/schema/**"
28
29
29
30
std-extensions :
Original file line number Diff line number Diff line change @@ -15,9 +15,8 @@ pub struct PersistentWire {
15
15
16
16
/// A wire within a commit HUGR of a [`PersistentHugr`].
17
17
///
18
- /// This is a `Wire` valid in a commit HUGR of a [`PersistentHugr`], along with
19
- /// the ID of the commit that contains the wire; this is equivalent to storing a
20
- /// wire of type `Wire<PatchNode>`.
18
+ /// Also stores the ID of the commit that contains the wire;
19
+ /// equivalent to (indeed contains) a `Wire<PatchNode>`.
21
20
///
22
21
/// Note that it does not correspond to a valid wire in a [`PersistentHugr`]
23
22
/// (see [`PersistentWire`]): some of its connected ports may be on deleted or
You can’t perform that action at this time.
0 commit comments