Skip to content

Commit a55497b

Browse files
Fix text overflow
1 parent 43946b5 commit a55497b

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

courses/rust_essentials/090_methods_and_traits/05-advanced_trait_topics.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,10 @@ Orphan Rule Examples
5151
impl Debug for Vec<i32> {}
5252
5353
.. code:: error
54-
:font-size: tiny
54+
:font-size: small
5555
56-
error[E0117]: only traits defined in the current crate can be implemented for types defined outside of the crate
56+
error[E0117]: only traits defined in the current crate
57+
can be implemented for types defined outside of the crate
5758
5859
-------------
5960
Supertraits

0 commit comments

Comments
 (0)