mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-30 13:51:31 +00:00
remove trailing space
This commit is contained in:
parent
0b5dd42fac
commit
785ae4dfa8
1 changed files with 1 additions and 1 deletions
|
@ -1676,7 +1676,7 @@ pub(crate) fn lower_to_chalk_mutability(m: hir_def::type_ref::Mutability) -> Mut
|
||||||
|
|
||||||
/// Checks if the provided generic arg matches its expected kind, then lower them via
|
/// Checks if the provided generic arg matches its expected kind, then lower them via
|
||||||
/// provided closures. Use unknown if there was kind mismatch.
|
/// provided closures. Use unknown if there was kind mismatch.
|
||||||
///
|
///
|
||||||
/// Returns `Some` of the lowered generic arg. `None` if the provided arg is a lifetime.
|
/// Returns `Some` of the lowered generic arg. `None` if the provided arg is a lifetime.
|
||||||
pub(crate) fn generic_arg_to_chalk<'a, T>(
|
pub(crate) fn generic_arg_to_chalk<'a, T>(
|
||||||
db: &dyn HirDatabase,
|
db: &dyn HirDatabase,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue