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 855cdd4 commit 4ffd51dCopy full SHA for 4ffd51d
src/lib.rs
@@ -812,7 +812,7 @@ impl<T> CtOption<T> {
812
/// This implementation doesn't intend to be constant-time nor try to protect the
813
/// leakage of the `T` since the `Option<T>` will do it anyways.
814
///
815
- /// It's equivalent to the corresponding `From` impl, however this version is is
+ /// It's equivalent to the corresponding `From` impl, however this version is
816
/// friendlier for type inference.
817
pub fn into_option(self) -> Option<T> {
818
self.into()
0 commit comments