Skip to content

Commit 9afb6bf

Browse files
v0.14.9 apiproxy: annotate make_marker #[cfg(test)] — silence dead_code warning
1 parent ef3b29c commit 9afb6bf

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

omnimcode-apiproxy/src/main.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -892,6 +892,7 @@ enum MarkerKind {
892892
ToolUseInput,
893893
}
894894

895+
#[cfg(test)]
895896
fn make_marker(text: &str, state: &AppState, kind: MarkerKind) -> Result<String> {
896897
make_marker_with_dedup(text, state, kind, None)
897898
}

0 commit comments

Comments
 (0)