1 parent 4e6ec9c commit 0a573f7Copy full SHA for 0a573f7
1 file changed
rust/terradev-mcp-codec/src/lib.rs
@@ -19,6 +19,7 @@ pub struct MCPToolResult {
19
}
20
21
#[pyclass]
22
+#[allow(non_local_definitions)]
23
pub struct MCPCodec {
24
use_simd: bool,
25
0 commit comments