We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
cargo fmt
1 parent de25207 commit 81fd409Copy full SHA for 81fd409
1 file changed
ls/src/features/signature_help.rs
@@ -76,7 +76,8 @@ pub fn signature_help(
76
let mut curr_name = name;
77
let mut curr_type = ty;
78
loop {
79
- let ty_str = format!("{}: {}", curr_name, ty_to_string(curr_type));
+ let ty_str =
80
+ format!("{}: {}", curr_name, ty_to_string(curr_type));
81
param_info.push(ParameterInformation {
82
label: ParameterLabel::LabelOffsets([
83
curr_signature.len() as u32,
0 commit comments