From 7c62098f74e354687e5810bbe8ef15351e7f6cb4 Mon Sep 17 00:00:00 2001 From: Daniel Scherzer Date: Mon, 16 Feb 2026 22:19:58 -0800 Subject: [PATCH] lifetime-elision.md: add some missing periods To the end of the `lifetime-elision.trait-object.containing-type-unique` and `lifetime-elision.trait-object.containing-type-explicit` rules, both of which have full sentences. --- src/lifetime-elision.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/lifetime-elision.md b/src/lifetime-elision.md index 2ac65f32c3..9cc1ff86ab 100644 --- a/src/lifetime-elision.md +++ b/src/lifetime-elision.md @@ -98,10 +98,10 @@ r[lifetime-elision.trait-object.containing-type] If the trait object is used as a type argument of a generic type then the containing type is first used to try to infer a bound. r[lifetime-elision.trait-object.containing-type-unique] -* If there is a unique bound from the containing type then that is the default +* If there is a unique bound from the containing type then that is the default. r[lifetime-elision.trait-object.containing-type-explicit] -* If there is more than one bound from the containing type then an explicit bound must be specified +* If there is more than one bound from the containing type then an explicit bound must be specified. r[lifetime-elision.trait-object.trait-bounds] If neither of those rules apply, then the bounds on the trait are used: