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
21562156don't provide any methods.
21572157
21582158Traits 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
21612161`Printable` for `int` and `~str` give implementations of the `print`
21622162method.
21632163
@@ -3093,7 +3093,7 @@ they model most closely what people expect to shadow.
30933093
30943094## Package ids
30953095
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
30973097extend with the ` -L ` switch).
30983098
30993099However, 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