- Notifications
You must be signed in to change notification settings - Fork74
Commit4b597b4
committed
iui: ffi: replace ATOMIC_BOOL_INIT with AtomicBool::new()
The constant ATOMIC_BOOL_INIT was deprecated when const fn support wasadded, because `AtomicBool::new()` can now be used. Replace thisconstant with the function call in order to remove a deprecated warning.Signed-off-by: Sean Cross <sean@xobs.io>1 parentae9d019 commit4b597b4
1 file changed
+2
-2
lines changedLines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 |
| - | |
| 2 | + | |
3 | 3 |
| |
4 |
| - | |
| 4 | + | |
5 | 5 |
| |
6 | 6 |
| |
7 | 7 |
| |
|
0 commit comments
Comments
(0)