diff --git a/tests/ui/no-impl.stderr b/tests/ui/no-impl.stderr index 42b86c7..02ab494 100644 --- a/tests/ui/no-impl.stderr +++ b/tests/ui/no-impl.stderr @@ -22,7 +22,7 @@ note: the following traits must be implemented --> $RUST/core/src/convert/mod.rs | | / pub trait Into: Sized { - | | /// Performs the conversion. + | | /// Converts this type into the (usually inferred) input type. | | #[must_use] | | #[stable(feature = "rust1", since = "1.0.0")] | | fn into(self) -> T;