It is a common mistake to place the snippets in the wrong folder, where they could be missed. For example #30719#pullrequestreview-2262535007 or commit 84900ac34f6888b7a851d0a6a5885192155f865c.
Fix all issues by adding a simple lint check.
Can be tested by reverting a prior commit that violated the rule and then running the new check:
0git revert 35ef34eab7b36e3c53ed438d74a9b783cbcaec27
1( cd ./test/lint/test_runner/ && RUST_BACKTRACE=1 cargo run -- --lint=doc_release_note_snippets )