@@ -141,20 +141,6 @@ Similar to `--library-path`, `--extern` is about specifying the location
141
141
of a dependency. ` --library-path ` provides directories to search in, ` --extern `
142
142
instead lets you specify exactly which dependency is located where.
143
143
144
-
145
- ## ` --plugin-path ` : loading plugins
146
-
147
- Using this flag looks like this:
148
-
149
- ``` bash
150
- $ rustdoc src/lib.rs --plugin-path=/path/to/plugins
151
- ```
152
-
153
- Similar to ` --library-path ` , but for plugins. For more, see
154
- the [ chapter on plugins] ( plugins.html ) .
155
-
156
- See also: ` --plugins ` .
157
-
158
144
## ` --passes ` : add more rustdoc passes
159
145
160
146
Using this flag looks like this:
@@ -171,18 +157,6 @@ For more details on passes, see [the chapter on them](passes.html).
171
157
172
158
See also ` --no-defaults ` .
173
159
174
- ## ` --plugins ` :
175
-
176
- Using this flag looks like this:
177
-
178
- ``` bash
179
- $ rustdoc src/lib.rs --plugins foo bar
180
- ```
181
-
182
- For more, see the [ chapter on plugins] ( plugins.html ) .
183
-
184
- See also: ` --plugin-path ` .
185
-
186
160
## ` --no-defaults ` : don't run default passes
187
161
188
162
Using this flag looks like this:
@@ -345,4 +319,4 @@ $ rustdoc src/lib.rs --sysroot /path/to/sysroot
345
319
```
346
320
347
321
Similar to ` rustc --sysroot ` , this lets you change the sysroot ` rustdoc ` uses
348
- when compiling your code.
322
+ when compiling your code.
0 commit comments