File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -495,7 +495,7 @@ control which features are enabled when the documentation is built. See
495495
496496> ** Note** : Rustdoc has experimental support for annotating the documentation
497497> to indicate which features are required to use certain APIs. See the
498- > [ ` doc_cfg ` ] documentation for more details. An example is the [ ` syn `
498+ > ` doc_cfg ` documentation for more details. An example is the [ ` syn `
499499> documentation] , where you can see colored boxes which note which features
500500> are required to use it.
501501
@@ -506,7 +506,6 @@ control which features are enabled when the documentation is built. See
506506[ regex crate source ] : https://github.com/rust-lang/regex/blob/1.4.2/src/lib.rs#L488-L583
507507[ regex-docs-rs ] : https://docs.rs/regex/1.4.2/regex/#crate-features
508508[ sccache ] : https://github.com/mozilla/sccache/blob/0.2.13/README.md#build-requirements
509- [ `doc_cfg` ] : ../../unstable-book/language-features/doc-cfg.html
510509[ `syn` documentation ] : https://docs.rs/syn/1.0.54/syn/#modules
511510
512511### Discovering features
You can’t perform that action at this time.
0 commit comments