-
Notifications
You must be signed in to change notification settings - Fork 125
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bug 1841075 - re-export PingRateLimit for RLB's #2528
Conversation
54e215b
to
e13ab71
Compare
e13ab71
to
a3daa92
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could land as-is, but could you also jump onto src/configuration.rs
and test.rs
replace their glean_core::PingRateLimit
with crate::PingRateLimit
?
The test one is to make sure we're covered. The configuration.rs
one ensures if the RLB's PingRateLimit
and glean-core's PingRateLimit
ever diverge, we're guaranteeing we're exporting the one we need.
a3daa92
to
b609d22
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
(See also pub struct Builder
about forty lines below in configuration.rs)
b609d22
to
8ce6a53
Compare
No description provided.