Skip to content

Conversation

@taiki-e
Copy link
Member

@taiki-e taiki-e commented Aug 9, 2023

0.7.1 (October 2, 2023)

Added

@taiki-e taiki-e requested a review from Darksonn August 9, 2023 15:40
@taiki-e taiki-e requested a review from hawkw September 10, 2023 14:23
@Darksonn
Copy link
Contributor

Darksonn commented Oct 2, 2023

Sorry, I'm not actively watching this repository.

```
warning: redundant explicit link target
   --> src/model.rs:230:32
    |
230 | ...a default [`Builder`](crate::model::Builder) which can be a...
    |               ---------  ^^^^^^^^^^^^^^^^^^^^^ explicit target is redundant
    |               |
    |               because label contains path that resolves to same destination
    |
    = note: when a link's destination is not specified,
            the label is used to resolve intra-doc links
    = note: `#[warn(rustdoc::redundant_explicit_links)]` on by default
help: remove explicit link target
    |
230 | /// Uses a default [`Builder`] which can be affected
    |                    ~~~~~~~~~~~

warning: redundant explicit link target
  --> src/thread.rs:46:22
   |
46 |     /// the [`park`][park] function and the `unpark()` method. ...
   |              ------  ^^^^ explicit target is redundant
   |              |
   |              because label contains path that resolves to same destination
   |
   = note: when a link's destination is not specified,
           the label is used to resolve intra-doc links
help: remove explicit link target
   |
46 |     /// the [`park`] function and the `unpark()` method. These can be
   |             ~~~~~~~~
```
@taiki-e taiki-e merged commit fd51ef8 into master Oct 2, 2023
@taiki-e taiki-e deleted the taiki-e/next branch October 2, 2023 12:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants