mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-27 18:57:42 +03:00
Factorize triagebot float parsing mentions with a glob matching
This commit is contained in:
+1
-5
@@ -1059,14 +1059,10 @@ gets adapted for the changes, if necessary.
|
||||
"""
|
||||
cc = ["@rust-lang/miri", "@RalfJung", "@oli-obk", "@lcnr"]
|
||||
|
||||
[mentions."library/core/src/num/dec2flt"]
|
||||
[mentions."library/core/src/num/{dec2flt,flt2dec}"]
|
||||
message = "Some changes occurred in float parsing"
|
||||
cc = ["@tgross35"]
|
||||
|
||||
[mentions."library/core/src/num/flt2dec"]
|
||||
message = "Some changes occurred in float printing"
|
||||
cc = ["@tgross35"]
|
||||
|
||||
[mentions."library/core/src/fmt/num.rs"]
|
||||
message = "Some changes occurred in integer formatting"
|
||||
cc = ["@tgross35"]
|
||||
|
||||
Reference in New Issue
Block a user