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
Since `core::error` isn't in Rust until 1.81, we can't use it and
so we only derive `Error` for the error types when building with
the `std` feature.
Also, `webdriver` implies `std` as well (for now?).
0 commit comments