You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// Error: Os { code: 2, kind: NotFound, message: "No such file or directory" }
109
109
```
110
110
111
-
> 💯 If you want to know about the all kind of errors `std::fs::File::open()` can produce, check the [error list on `std::fs::OpenOptions`](https://doc.rust-lang.org/std/fs/struct.OpenOptions.html#errors).
111
+
> 💯 If you want to know about the all kind of errors `std::fs::File::open()` can produce, check the [error list on `std::fs::OpenOptions`](https://doc.rust-lang.org/std/fs/struct.OpenOptions.html#errors).
0 commit comments