Skip to content

Commit b7bd417

Browse files
Update new paths in GenRustJets
We recently eliminated the `primitive` directory.
1 parent 4c0b4af commit b7bd417

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Haskell-Generate/GenRustJets.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -436,7 +436,7 @@ rustWrapperDoc mod = layoutPretty layoutOptions $ vsep (map (<> line)
436436

437437
cWrapperImports :: Doc a
438438
cWrapperImports = vsep
439-
[ "#include \"simplicity/primitive/elements/elementsJets.h\""
439+
[ "#include \"simplicity/elements/elementsJets.h\""
440440
, "#include \"simplicity/simplicity_assert.h\""
441441
, "#include \"wrapper.h\""
442442
]

0 commit comments

Comments
 (0)