diff --git a/crates/matrix-sdk-crypto/src/machine.rs b/crates/matrix-sdk-crypto/src/machine.rs index 5c0cc9fad..ea6ed0bf0 100644 --- a/crates/matrix-sdk-crypto/src/machine.rs +++ b/crates/matrix-sdk-crypto/src/machine.rs @@ -1675,11 +1675,6 @@ impl OlmMachine { /// returns `true` the `InboundGroupSession` will be included in the export, /// if the closure returns `false` it will not be included. /// - /// # Panics - /// - /// This method will panic if it can't get enough randomness from the OS to - /// encrypt the exported keys securely. - /// /// # Examples /// /// ```no_run