Skip to content

Commit 8f58a71

Browse files
Aaron1011RalfJung
andcommitted
Fix missed nit
Co-Authored-By: Ralf Jung <[email protected]>
1 parent 87fc30d commit 8f58a71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustc/traits/engine.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ impl dyn TraitEngine<'tcx> {
105105
/// Creates a `TraitEngine` in a special 'delay generator witness' mode.
106106
/// This imposes additional requirements for the caller in order to avoid
107107
/// accepting unsound code, and should only be used by `FnCtxt`. All other
108-
/// users of `TraitEngine` should use `TraitEngine::new`
108+
/// users of `TraitEngine` should use `TraitEngine::new`.
109109
///
110110
/// A `TraitEngine` returned by this constructor will not attempt
111111
/// to resolve any `GeneratorWitness` predicates involving auto traits,

0 commit comments

Comments
 (0)