From 2bd8a9b39df795f68e74ccd48fcb2b2b50fc9313 Mon Sep 17 00:00:00 2001 From: Blaž Hrastnik Date: Sun, 7 Nov 2021 21:18:53 +0900 Subject: dap: Consistently rename type as ty --- helix-term/src/commands/dap.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'helix-term/src/commands') diff --git a/helix-term/src/commands/dap.rs b/helix-term/src/commands/dap.rs index 89018bc1..2695bb9b 100644 --- a/helix-term/src/commands/dap.rs +++ b/helix-term/src/commands/dap.rs @@ -598,7 +598,7 @@ pub fn dap_variables(cx: &mut Context) { if let Ok(vars) = response { variables.reserve(vars.len()); for var in vars { - let prefix = match var.data_type { + let prefix = match var.ty { Some(data_type) => format!("{} ", data_type), None => "".to_owned(), }; -- cgit v1.2.3-70-g09d2