You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: intro.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ There are many problems that share the same form. Due to the fact that Rust is n
11
11
12
12
[Anti-patterns](anti_patterns/README.md) are methods to solve these same common problems.
13
13
14
-
However, while design patterns give us benefits, anti-patterns create more problems. There are some problems that we don't need to solve because [Rust rocks](rust_rocks.md)!
14
+
However, while design patterns give us benefits, anti-patterns create more problems.
15
15
16
16
[Idioms](idioms/README.md) are guidelines to follow when coding. They are social norms of the community.
17
17
You can break them, but if you do you should have a good reason for it.
0 commit comments