This commit is contained in:
Paul Scarrone 2023-02-12 19:18:25 -05:00
parent fc9fb536ca
commit 486af03f79

View File

@ -33,5 +33,6 @@ fn main() {
println!(
"If you want to use rust-analyzer, Rust's LSP implementation, make sure your editor is set"
);
println!("up, and then run `rustlings lsp` before continuing.")
println!("up, and then run `rustlings lsp` before continuing.");
println!("hi");
}