We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c0b4af commit b7bd417Copy full SHA for b7bd417
Haskell-Generate/GenRustJets.hs
@@ -436,7 +436,7 @@ rustWrapperDoc mod = layoutPretty layoutOptions $ vsep (map (<> line)
436
437
cWrapperImports :: Doc a
438
cWrapperImports = vsep
439
- [ "#include \"simplicity/primitive/elements/elementsJets.h\""
+ [ "#include \"simplicity/elements/elementsJets.h\""
440
, "#include \"simplicity/simplicity_assert.h\""
441
, "#include \"wrapper.h\""
442
]
0 commit comments