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(docs): use raw URLs for MetadataExt links to avoid Windows doc errors
std::os::unix::fs::MetadataExt does not exist on Windows, so rustdoc
path links to it cause compilation errors. Use raw doc.rust-lang.org
URLs instead, matching the style used before this PR.
https://claude.ai/code/session_01QP9wZyoZcGmJsEsA66ZRok
0 commit comments