mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-08-25 12:54:34 +00:00
tree-wide: make rustdoc links spiky so they are clickable
This commit is contained in:
parent
660a89620f
commit
20b325c7d5
32 changed files with 37 additions and 37 deletions
|
@ -1,7 +1,7 @@
|
|||
//! RA Proc Macro Server
|
||||
//!
|
||||
//! This library is able to call compiled Rust custom derive dynamic libraries on arbitrary code.
|
||||
//! The general idea here is based on https://github.com/fedochet/rust-proc-macro-expander.
|
||||
//! The general idea here is based on <https://github.com/fedochet/rust-proc-macro-expander>.
|
||||
//!
|
||||
//! But we adapt it to better fit RA needs:
|
||||
//!
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue