Skip to content

Commit 62f0850

Browse files
chore(client): drop stale count from UNSTABLE_OPS docstring
The hardcoded "All 93" had drifted from the actual array size and caused merge churn. Drop the count so the docstring stops diverging. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 305d164 commit 62f0850

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/client.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ macro_rules! make_api {
148148
// Unstable operations table — used by make_dd_config
149149
// ---------------------------------------------------------------------------
150150

151-
/// All 93 unstable operations (snake_case for the Rust DD client).
151+
/// All unstable operations (snake_case for the Rust DD client).
152152
static UNSTABLE_OPS: &[&str] = &[
153153
// Incidents (26)
154154
"v2.list_incidents",

0 commit comments

Comments
 (0)