mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-30 13:51:31 +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:
|
// There also snippet completions:
|
||||||
//
|
//
|
||||||
// .Expressions
|
// .Expressions
|
||||||
// - `pd` -> `eprintln!(" = {:?}", );")`
|
// - `pd` -> `eprintln!(" = {:?}", );`
|
||||||
// - `ppd` -> `eprintln!(" = {:#?}", );`
|
// - `ppd` -> `eprintln!(" = {:#?}", );`
|
||||||
//
|
//
|
||||||
// .Items
|
// .Items
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue