This commit is contained in:
lilymonade 2025-03-11 13:03:04 +01:00
parent 0f16803c8e
commit 5c246e10b3
Signed by: lilymonade
GPG Key ID: F8967EC454DBDCB6

View File

@ -33,8 +33,6 @@ match element {
In this part we will try to implement usual functions of `Option`:
*src/errors/option.rs*
```prototype
/// Returns `true` if `opt` is `Some`
/// and `false` otherwise.