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
I've been digging around the rustdoc internals docs and realized that some of the descriptions are outdated. I'm specifically mentioning about the ## From clean to crate chapter. For example, there's no longer html/render.rs file; it's been renamed to html/render/mod.rs as of 6a4396b. Moreover, the renamed file a function called run(). I don't know which function is the current entrypoint.