mirror of
https://github.com/rust-lang/rust-analyzer
synced 2025-01-13 13:48:50 +00:00
Merge #5438
5438: Fix a typo in completion docs r=kjeremy a=killercup Co-authored-by: Pascal Hertleif <killercup@gmail.com>
This commit is contained in:
commit
c9c518e5e9
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