Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.

Commit 785ae4d

Browse files
committed
remove trailing space
1 parent 0b5dd42 commit 785ae4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/hir_ty/src/lower.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1676,7 +1676,7 @@ pub(crate) fn lower_to_chalk_mutability(m: hir_def::type_ref::Mutability) -> Mut
16761676

16771677
/// Checks if the provided generic arg matches its expected kind, then lower them via
16781678
/// provided closures. Use unknown if there was kind mismatch.
1679-
///
1679+
///
16801680
/// Returns `Some` of the lowered generic arg. `None` if the provided arg is a lifetime.
16811681
pub(crate) fn generic_arg_to_chalk<'a, T>(
16821682
db: &dyn HirDatabase,

0 commit comments

Comments
 (0)