mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-01 06:11:35 +00:00
Reduce visibility
This commit is contained in:
parent
ff0312fa32
commit
29832b8c3d
6 changed files with 26 additions and 29 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue