Andy Russell
Andy Russell
Is this all going to live in the same route? If not, we would still need ember to use the server to resolve the paths correctly. If so, why not...
cc #155
Maybe https://github.com/rust-lang/cargo/issues/3815 would help?
Related cargo issue here: https://github.com/rust-lang/cargo/issues/739
@steveklabnik It seems that rls-analysis does not export the visibility of items? We shouldn't be documenting private items :) (Found this while working on a PR for just that)
We will not be able to support `pub use` and reexports until https://github.com/nrc/rls-analysis/issues/123 is fixed.
I'm 👎 on requiring a server to view docs locally, but I guess ember requires it?
I think there's a bit of an mismatch between the fact that old `rustdoc` allows documenting individual files while the new rustdoc expects a crate with `Cargo.toml`. How do we...
I don't think this is needed if we depend on cargo. cc #155
I wonder if this could be handled by `RUSTFLAGS`?