chore: remove repetitive words

Signed-off-by: goodmost <zhaohaiyang@outlook.com>
This commit is contained in:
goodmost 2024-03-19 22:14:13 +08:00
parent b91697de8f
commit d6b0aae019
2 changed files with 2 additions and 2 deletions

View file

@ -462,7 +462,7 @@ pub(super) fn free_function<'a, DB: HirDatabase>(
/// # Impl method tactic
///
/// Attempts to to call methods on types from lookup table.
/// Attempts to call methods on types from lookup table.
/// This includes both functions from direct impl blocks as well as functions from traits.
/// Methods defined in impl blocks that are generic and methods that are themselves have
/// generics are ignored for performance reasons.