Skip to content

Commit 73514f9

Browse files
authored
Merge pull request #134 from stevenroose/notscanning
Add line of explanation to ScanningDetails::NotScanning
2 parents 7ab6b44 + b4dc620 commit 73514f9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

json/src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,7 @@ pub enum ScanningDetails {
161161
duration: usize,
162162
progress: f32,
163163
},
164+
/// The bool in this field will always be false.
164165
NotScanning(bool),
165166
}
166167

0 commit comments

Comments
 (0)