소스 검색

feat: plugin system follow-up progress

Yeachan-Heo 2 달 전
부모
커밋
5812c9bd9e
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      rust/crates/tools/src/lib.rs

+ 1 - 0
rust/crates/tools/src/lib.rs

@@ -63,6 +63,7 @@ pub struct RegisteredTool {
     handler: RegisteredToolHandler,
 }
 
+#[allow(clippy::large_enum_variant)]
 #[derive(Debug, Clone, PartialEq)]
 enum RegisteredToolHandler {
     Builtin,