Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 1 addition & 5 deletions triagebot.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Expand Down
Loading