mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-01 11:31:15 +00:00

internal: Only compare relevant parts in `ide::{runnables,inlay_hints}` tests This PR limits the data being compared. Therefore the tests should be more readable, as well as being more robust to changes to the data structure. Part of https://github.com/rust-lang/rust-analyzer/issues/14268.