mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-12-27 05:23:24 +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:
|
// There also snippet completions:
|
||||||
//
|
//
|
||||||
// .Expressions
|
// .Expressions
|
||||||
// - `pd` -> `eprintln!(" = {:?}", );")`
|
// - `pd` -> `eprintln!(" = {:?}", );`
|
||||||
// - `ppd` -> `eprintln!(" = {:#?}", );`
|
// - `ppd` -> `eprintln!(" = {:#?}", );`
|
||||||
//
|
//
|
||||||
// .Items
|
// .Items
|
||||||
|
|
Loading…
Reference in a new issue