ruff/crates/red_knot_server
Dhruv Manilawala 6aef4ad008
Fix LSP show message macro to allow format args (#15487)
## Summary

This PR fixes the `show_*_msg` macros to pass all the tokens instead of
just a single token. This allows for using various expressions right in
the macro similar to how it would be in `format_args!`.

## Test Plan

`cargo clippy`
2025-01-15 08:11:49 +00:00
..
src Fix LSP show message macro to allow format args (#15487) 2025-01-15 08:11:49 +00:00
Cargo.toml Eagerly validate typeshed versions (#12786) 2024-08-21 15:49:53 +00:00