Skip to content

Remove manual doc(cfg(..)) & Fix rustdoc::broken_intra_doc_links warning#111

Merged
taiki-e merged 2 commits intomasterfrom
taiki-e/doc
Oct 5, 2025
Merged

Remove manual doc(cfg(..)) & Fix rustdoc::broken_intra_doc_links warning#111
taiki-e merged 2 commits intomasterfrom
taiki-e/doc

Conversation

@taiki-e
Copy link
Copy Markdown
Collaborator

@taiki-e taiki-e commented Oct 5, 2025

See commit messages for details.

auto_cfg is now enabled by default.
```
warning: unresolved link to `String`
  --> src/lib.rs:47:36
   |
47 | //! Generate a random [`Vec`] or [`String`]:
   |                                    ^^^^^^ no item named `String` in scope
   |
   = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
   = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
```
@taiki-e taiki-e merged commit 1def02c into master Oct 5, 2025
14 checks passed
@taiki-e taiki-e deleted the taiki-e/doc branch October 5, 2025 01:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

1 participant