Andy Russell
Andy Russell
It'd be nice to make it so that users can install the plugin without downloading Rust, like LanguageClient-neovim.
According to https://github.com/euclio/vim-markdown-composer/issues/51#issuecomment-361087675 my patch is no longer needed.
One low-hanging fruit would be to check if opening the browser caused an error. It would also be nice to avoid panics and report when there was a problem with...
If an item isn't reachable through it's qualified path or is re-exported at another location, rustdoc doesn't display it. This is currently blocked on - [x] https://github.com/nrc/rls-analysis/issues/79 - [ ]...
If the tests haven't changed, we could save some work by not regenerating the analysis data.
Private items should not appear in documentation. This is blocked by https://github.com/rust-lang/rust/issues/43521 and https://github.com/nrc/rls-analysis/issues/79.
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...
See the FIXME here: https://github.com/steveklabnik/rustdoc/blob/master/src/cargo.rs#L16 In the cases where there is only a single binary or library, we could infer which to document. Other options: - Provide a `--bin` and...
``` ┌ euclio@apollo ~/r/rust-firebase (master) └╌╌┄┄ ❯❯ multirust run nightly cargo test Updating registry `https://github.com/rust-lang/crates.io-index` Compiling libc v0.2.10 Compiling log v0.3.6 Compiling rustc-serialize v0.3.19 Compiling unicode-normalization v0.1.2 Compiling gcc v0.3.26...
Reproduction steps: If the trouble window opens while the fzf `:Files` window is open, focus is returned to the buffer, not the FZF window. This leaves the FZF window open,...