Reduce visibility

This commit is contained in:
Aleksey Kladov 2020-07-16 18:07:53 +02:00
parent ff0312fa32
commit 29832b8c3d
6 changed files with 26 additions and 29 deletions

View file

@ -5,10 +5,10 @@ use ra_syntax::{
ast::{self, ArgListOwner, AstNode, TypeAscriptionOwner},
match_ast, Direction, NodeOrToken, SmolStr, SyntaxKind, TextRange, T,
};
use crate::{FileId, FunctionSignature};
use stdx::to_lower_snake_case;
use crate::{display::function_signature::FunctionSignature, FileId};
#[derive(Clone, Debug, PartialEq, Eq)]
pub struct InlayHintsConfig {
pub type_hints: bool,