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 8cf7993 commit 0442bb0Copy full SHA for 0442bb0
src/data_state.rs
@@ -33,7 +33,8 @@ pub enum CanMakeProgress {
33
/// Used to indicate that it is still possible for progress to be made
34
AbleToMakeProgress,
35
36
- /// Used to indicate that further calls are not useful as no progress can be made in current state
+ /// Used to indicate that further calls are not useful as no progress can be
37
+ /// made in current state
38
UnableToMakeProgress,
39
}
40
0 commit comments