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
fix(provider-windows-uia): replace Lazy with LazyLock in static descriptors
The Linux refactoring missed two Lazy → LazyLock replacements in
provider.rs, causing a build failure on Windows. The import for
std::sync::LazyLock was already present.
0 commit comments