Skip to content

chore: remove stale TODO referencing non-existent doc in experiments.rs#7875

Closed
jeffa-block wants to merge 1 commit intoblock:mainfrom
jeffa-block:jeffa/cleanup-stale-todo-experiments
Closed

chore: remove stale TODO referencing non-existent doc in experiments.rs#7875
jeffa-block wants to merge 1 commit intoblock:mainfrom
jeffa-block:jeffa/cleanup-stale-todo-experiments

Conversation

@jeffa-block
Copy link
Copy Markdown
Contributor

Why

Line 8 of experiments.rs contains a TODO:

TODO: keep this up to date with the experimental-features.md documentation page

The referenced experimental-features.md does not exist anywhere in the repo. The ALL_EXPERIMENTS array is currently empty, so there is nothing to synchronise regardless. The existing doc comment above the constant already describes the synchronisation behaviour.

What

Remove the stale TODO comment (1 line).

How to review

One line deleted. Confirm experimental-features.md doesn't exist:

find . -name 'experimental-features*'

Testing

No runtime change — comment-only removal.

Remove TODO comment that referenced 'experimental-features.md' — this
documentation page does not exist in the repo. The existing doc comment
above ALL_EXPERIMENTS already describes the synchronisation behaviour.

The array is currently empty, so there is nothing to sync regardless.
@DOsinga
Copy link
Copy Markdown
Collaborator

DOsinga commented Mar 26, 2026

Squashed into #8142

@DOsinga DOsinga closed this Mar 26, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants