Skip to content

Commit 0a573f7

Browse files
committed
Add #[allow(non_local_definitions)] to struct definitions for CI compatibility
1 parent 4e6ec9c commit 0a573f7

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • rust/terradev-mcp-codec/src

rust/terradev-mcp-codec/src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ pub struct MCPToolResult {
1919
}
2020

2121
#[pyclass]
22+
#[allow(non_local_definitions)]
2223
pub struct MCPCodec {
2324
use_simd: bool,
2425
}

0 commit comments

Comments
 (0)