mirror of
https://github.com/matrix-org/matrix-rust-sdk.git
synced 2026-04-25 01:28:21 -04:00
This will only apply to `async_test` functions, but I think this is a win: 1. for consistency within the codebase, since I've started doing so in many places, 2. because these function names will clearly identify these functions as tests, in the call tree interfaces, when rendered using the LSP show-callers/show-callees functionality.