diff --git a/cozo-lib-swift/src/lib.rs b/cozo-lib-swift/src/lib.rs index 79eaaf0e..777dfb55 100644 --- a/cozo-lib-swift/src/lib.rs +++ b/cozo-lib-swift/src/lib.rs @@ -15,7 +15,6 @@ mod ffi { fn new_cozo_db(engine: &str, path: &str, options: &str) -> Option; - #[swift_bridge(associated_to = DbInstance)] fn run_script_str(&self, payload: &str, params: &str) -> String; fn export_relations_str(&self, data: &str) -> String; fn import_relations_str(&self, data: &str) -> String;