mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-01 14:21:44 +00:00
cargo fmt
This commit is contained in:
parent
cdc6af6bda
commit
83dc5e7949
1 changed files with 3 additions and 1 deletions
|
@ -7,7 +7,9 @@ use ra_syntax::{
|
||||||
};
|
};
|
||||||
use test_utils::tested_by;
|
use test_utils::tested_by;
|
||||||
|
|
||||||
use crate::{db::RootDatabase, expand::descend_into_macros, CallInfo, FilePosition, FunctionSignature};
|
use crate::{
|
||||||
|
db::RootDatabase, expand::descend_into_macros, CallInfo, FilePosition, FunctionSignature,
|
||||||
|
};
|
||||||
|
|
||||||
/// Computes parameter information for the given call expression.
|
/// Computes parameter information for the given call expression.
|
||||||
pub(crate) fn call_info(db: &RootDatabase, position: FilePosition) -> Option<CallInfo> {
|
pub(crate) fn call_info(db: &RootDatabase, position: FilePosition) -> Option<CallInfo> {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue