From e7c49666be180eba2720cce09d4d2116b1ef4d20 Mon Sep 17 00:00:00 2001 From: Dawer <7803845+iDawer@users.noreply.github.com> Date: Tue, 1 Jun 2021 01:44:51 +0500 Subject: Expand fixme comments --- crates/hir_def/src/path.rs | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'crates/hir_def') diff --git a/crates/hir_def/src/path.rs b/crates/hir_def/src/path.rs index f98622faa..4cdb5913d 100644 --- a/crates/hir_def/src/path.rs +++ b/crates/hir_def/src/path.rs @@ -166,7 +166,10 @@ impl Path { } /// Converts a known mod path to `Path`. - pub fn from_known_path(path: ModPath, generic_args: Vec>>) -> Path { + pub fn from_known_path( + path: ModPath, + generic_args: Vec>>, + ) -> Path { Path { type_anchor: None, mod_path: Interned::new(path), generic_args } } -- cgit v1.2.3