diff --git a/src/generics/generic-traits.md b/src/generics/generic-traits.md index 120068882f9c..d28d9fb0beda 100644 --- a/src/generics/generic-traits.md +++ b/src/generics/generic-traits.md @@ -40,8 +40,8 @@ fn main() {
-- The `From` trait will be covered later in the course, but its [definition in - the `std` docs][from] is simple, and copied here for reference. +- The `From` trait will be covered later in the course, but its + [definition in the `std` docs][from] is simple, and copied here for reference. - Implementations of the trait do not need to cover all possible type parameters. Here, `Foo::from("hello")` would not compile because there is no