Skip to content

Commit 93ffeb4

Browse files
fix(coverage): remove duplicate coverage_attribute feature gate in trogon-acp
1 parent 845fabe commit 93ffeb4

File tree

1 file changed

+0
-2
lines changed
  • rsworkspace/crates/trogon-acp/src

1 file changed

+0
-2
lines changed

rsworkspace/crates/trogon-acp/src/main.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,6 @@
3232
//! | `AGENT_MODEL` | `claude-opus-4-6` | Claude model ID |
3333
//! | `AGENT_MAX_ITERATIONS` | `10` | Max loop iterations per prompt |
3434
35-
#![cfg_attr(coverage, feature(coverage_attribute))]
36-
3735
mod agent;
3836

3937
use std::sync::Arc;

0 commit comments

Comments
 (0)