rust-analyzer / rust-analyzer.github.io

https://rust-analyzer.github.io/
87 stars 52 forks source link

Fix link to Auto Import in Configuration #147

Closed carlos-menezes closed 2 years ago

carlos-menezes commented 2 years ago

Fixes broken link as seen in image below.

image

lnicola commented 2 years ago

Thanks! This should probably be fixed in https://github.com/rust-analyzer/rust-analyzer/blob/master/crates/rust-analyzer/src/config.rs#L46. package.json is generated from that file, too, and there's a test that updates the latter IIRC.

carlos-menezes commented 2 years ago

Oh, that sounds more like it. I've sent a PR.