From 5107ea2bfd3c5329d07c204133b0fe01561d666d Mon Sep 17 00:00:00 2001 From: Nicole LeGare Date: Fri, 28 Feb 2025 12:34:35 -0800 Subject: [PATCH] Fix formatting --- src/generics/generic-traits.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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