Files
Miles Silberling-Cook b61a924fbe Make release content show up first in reviews (#23469)
# Objective

Make release notes and migration guides show up first when viewing PRs
in github.

## Solution

Prefix the release-content directory with `_` so it sorts first.

## Testing

See for yourself.
2026-03-22 21:29:51 +00:00

314 B

title, pull_requests
title pull_requests
`Interned` is now reflectable but requires additional trait bounds
22472

Interned<T> now requires all instances with T to implement Internable, where previously only the PartialEq, Eq, and Hash implementations required it. Implement Internable for T to fix this.