File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -2156,8 +2156,8 @@ Rust's built-in `Send` and `Freeze` types are examples of traits that
2156
2156
don't provide any methods.
2157
2157
2158
2158
Traits may be implemented for specific types with [impls]. An impl for
2159
- a particular trait gives an implementation of the methods that that
2160
- trait provides. For instance, the following the following impls of
2159
+ a particular trait gives an implementation of the methods that
2160
+ trait provides. For instance, the following impls of
2161
2161
`Printable` for `int` and `~str` give implementations of the `print`
2162
2162
method.
2163
2163
@@ -3093,7 +3093,7 @@ they model most closely what people expect to shadow.
3093
3093
3094
3094
## Package ids
3095
3095
3096
- If you use ` extern mod ` , per default ` rustc ` will look for libraries in the the library search path (which you can
3096
+ If you use ` extern mod ` , per default ` rustc ` will look for libraries in the library search path (which you can
3097
3097
extend with the ` -L ` switch).
3098
3098
3099
3099
However, Rust also ships with rustpkg, a package manager that is able to automatically download and build
You can’t perform that action at this time.
0 commit comments