We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 914cc86 commit 7de5265Copy full SHA for 7de5265
src/components/pull.rs
@@ -104,7 +104,7 @@ impl PullComponent {
104
}
105
106
///
107
- pub fn any_work_pending(&self) -> bool {
+ pub const fn any_work_pending(&self) -> bool {
108
self.pending
109
110
src/components/push.rs
@@ -145,7 +145,7 @@ impl PushComponent {
145
146
147
148
149
150
151
0 commit comments