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
From a quick look at their makefiles it looks like they invoke rustdoc directly so cargo-docset would probably need a different mode of operation there for working with pre-generated rustdocs. The code is not exactly fresh in my mind right now, but IIRC it uses the file names to populate the docset index so the method should also work with pre-built docs and the existing code shouldn't be too hard to adapt.
I wonder if there any way to generate dash docset for a linux kernel? There is no
Cargo.toml
, maybe some workaround usingrustup
?The text was updated successfully, but these errors were encountered: