You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I built this with nightly 2021-05-10 and it said:
warning: unresolved link to `e`
--> src/currentprocess.rs:30:57
|
30 | /// CurrentProcess and must not be used. That includes [e]println! as well as
| ^ no item named `e` in scope
|
= note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
= help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
warning: this URL is not a hyperlink
--> src/dist/manifest.rs:13:11
|
13 | //! Docs: https://forge.rust-lang.org/infra/channel-layout.html
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://forge.rust-lang.org/infra/channel-layout.html>`
|
= note: `#[warn(rustdoc::bare_urls)]` on by default
= note: bare URLs are not automatically turned into clickable links
warning: this URL is not a hyperlink
--> src/errors.rs:21:77
|
21 | /// A type erasing thunk for the retry crate to permit use with anyhow. See dtolnay/anyhow#149
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://github.com/dtolnay/anyhow/issues/149>`
|
= note: bare URLs are not automatically turned into clickable links
warning: 3 warnings emitted
Finished dev [unoptimized + debuginfo] target(s) in 7.43s
nailing-cargo: unnailed. status 0.
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
0 commit comments