Request that rust-analyzer changes are sent upstream first if possible

This commit is contained in:
David Tolnay 2023-11-24 09:12:05 -08:00
parent beebcdeb6f
commit 7a6dce3305
No known key found for this signature in database
GPG key ID: F9BA143B95FF6D82

View file

@ -533,6 +533,12 @@ message = "The Miri subtree was changed"
cc = ["@rust-lang/miri"]
[mentions."src/tools/rust-analyzer"]
message = """
rust-analyzer is developed in its own repository. If possible, consider making \
this change to [rust-lang/rust-analyzer] instead.
[rust-lang/rust-analyzer]: https://github.com/rust-lang/rust-analyzer
"""
cc = ["@rust-lang/rust-analyzer"]
[mentions."src/tools/rustfmt"]