mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-12-26 13:03:31 +00:00
Fix a typo in completion docs
This commit is contained in:
parent
09fab42d39
commit
5516476a86
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@ pub use crate::completion::{
|
|||
// There also snippet completions:
|
||||
//
|
||||
// .Expressions
|
||||
// - `pd` -> `eprintln!(" = {:?}", );")`
|
||||
// - `pd` -> `eprintln!(" = {:?}", );`
|
||||
// - `ppd` -> `eprintln!(" = {:#?}", );`
|
||||
//
|
||||
// .Items
|
||||
|
|
Loading…
Reference in a new issue