Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
randomPoison committed Feb 28, 2025
1 parent 1400234 commit 5107ea2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/generics/generic-traits.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ fn main() {

<details>

- 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
Expand Down

0 comments on commit 5107ea2

Please sign in to comment.