racer-rust / emacs-racer

Racer support for Emacs
399 stars 48 forks source link

Allow linking to module documentation #68

Open Wilfred opened 7 years ago

Wilfred commented 7 years ago

This is common in stdlib docs:

Ok is a enumvariant defined in libcore/result.rs.

    Ok(#[stable(feature = "rust1", since = "1.0.0")] T),

Result is a type that represents either success (Ok) or failure (Err).

See the std::result module documentation for details.

racer can access the std:result module documentaiton, so we should set up a link.