Rename the binary to rust-analyzer

This commit is contained in:
Aleksey Kladov 2020-02-18 12:33:16 +01:00
parent 4d307ff802
commit c0fa5e2246
23 changed files with 107 additions and 107 deletions

View file

@ -3,7 +3,7 @@
//! derived from this input.
//!
//! Note that neither this module, nor any other part of the analyzer's core do
//! actual IO. See `vfs` and `project_model` in the `ra_lsp_server` crate for how
//! actual IO. See `vfs` and `project_model` in the `rust-analyzer` crate for how
//! actual IO is done and lowered to input.
use std::{fmt, str::FromStr};