refactor(rust): separate generated CAPI under ffi module

This commit is contained in:
youben11
2022-11-18 11:55:25 +01:00
committed by Ayoub Benaissa
parent c0d007e396
commit 824aaaeff5
5 changed files with 9 additions and 3 deletions

View File

@@ -18,4 +18,4 @@ void populateCompilerAPISubmodule(pybind11::module &m);
} // namespace concretelang
} // namespace mlir
#endif // CONCRETELANG_PYTHON_DIALECTMODULES_H
#endif // CONCRETELANG_BINDINGS_PYTHON_COMPILER_API_MODULE_H

View File

@@ -18,4 +18,4 @@ void populateDialectFHESubmodule(pybind11::module &m);
} // namespace concretelang
} // namespace mlir
#endif // CONCRETELANG_PYTHON_DIALECTMODULES_H
#endif // CONCRETELANG_BINDINGS_PYTHON_DIALECTMODULES_H