mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-01 14:21:44 +00:00
Put the revision in the logged startup message
This commit is contained in:
parent
ea8feca31a
commit
feae14be11
1 changed files with 1 additions and 1 deletions
|
@ -133,7 +133,7 @@ mod tracing_setup {
|
||||||
}
|
}
|
||||||
|
|
||||||
fn run_server() -> Result<()> {
|
fn run_server() -> Result<()> {
|
||||||
log::info!("server will start");
|
log::info!("server version {} will start", env!("REV"));
|
||||||
|
|
||||||
let (connection, io_threads) = Connection::stdio();
|
let (connection, io_threads) = Connection::stdio();
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue