Skip to content

Commit c19624b

Browse files
fixup! feat(crypto-ffi): add CoreCryptoCancellationToken
1 parent e425917 commit c19624b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • crypto-ffi/src/cancellation/token

crypto-ffi/src/cancellation/token/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ pub struct CoreCryptoCancellationToken {
1515
}
1616

1717
#[derive(Debug, Default)]
18-
pub(crate) struct Inner {
18+
struct Inner {
1919
cancelled: AtomicBool,
2020
/// We're using a non-async lock to avoid spawning another future to wait during
2121
/// [CoreCryptoCancellationToken::cancel].

0 commit comments

Comments
 (0)