]> git.lizzy.rs Git - rust.git/blobdiff - crates/hir_def/src/item_tree.rs
Remove previously added parameter names from the function data
[rust.git] / crates / hir_def / src / item_tree.rs
index ca502ce2ba1494a5c1120784b1fe9184e5fe75ec..8a1121bbdfbc3a9bd46b9422aeb939dfed53d349 100644 (file)
@@ -507,8 +507,6 @@ pub struct Function {
     pub has_self_param: bool,
     pub has_body: bool,
     pub is_unsafe: bool,
-    /// List of function parameters names. Does not include `self`.
-    pub param_names: Box<[Option<Name>]>,
     pub params: Box<[TypeRef]>,
     pub is_varargs: bool,
     pub ret_type: TypeRef,