From 32bebfaf0e24651316c4d70d1e23ef170224bd7c Mon Sep 17 00:00:00 2001 From: Aleksey Kladov Date: Mon, 2 Sep 2019 17:37:48 +0300 Subject: cleanup --- crates/ra_parser/src/grammar/paths.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crates/ra_parser/src/grammar/paths.rs') diff --git a/crates/ra_parser/src/grammar/paths.rs b/crates/ra_parser/src/grammar/paths.rs index 07eb53b0c..28c35a67d 100644 --- a/crates/ra_parser/src/grammar/paths.rs +++ b/crates/ra_parser/src/grammar/paths.rs @@ -18,7 +18,7 @@ pub(super) fn use_path(p: &mut Parser) { path(p, Mode::Use) } -pub(super) fn type_path(p: &mut Parser) { +pub(crate) fn type_path(p: &mut Parser) { path(p, Mode::Type) } -- cgit v1.2.3