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
> cargo doc --all-features
Compiling winapi v0.3.6 (C:\Users\Peter\Code\winapi-rs)
Documenting winapi v0.3.6 (C:\Users\Peter\Code\winapi-rs)
warning: `[DefaultHasher::new]` cannot be resolved, ignoring it...
|
= note: #[warn(intra_doc_link_resolution_failure)] on by default
= note: the link appears in this line:
Creates a new `DefaultHasher` using [`new`][DefaultHasher::new].
^^^^^^^^^^^^^^^^^^
= help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]`
warning: `[DefaultHasher::new]` cannot be resolved, ignoring it...
|
= note: the link appears in this line:
Creates a new `DefaultHasher` using [`new`][DefaultHasher::new].
^^^^^^^^^^^^^^^^^^
= help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]`
warning: `[RwLock::new]` cannot be resolved, ignoring it...
|
= note: the link appears in this line:
This is equivalent to [`RwLock::new`].
^^^^^^^^^^^^^
= help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]`
warning: `[String]` cannot be resolved, ignoring it...
|
= note: the link appears in this line:
Converts a [`String`] into a [`OsString`].
^^^^^^^^
= help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]`
warning: `[OsString]` cannot be resolved, ignoring it...
|
= note: the link appears in this line:
Converts a [`String`] into a [`OsString`].
^^^^^^^^^^
= help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]`
warning: `[Mutex::new]` cannot be resolved, ignoring it...
|
= note: the link appears in this line:
This is equivalent to [`Mutex::new`].
^^^^^^^^^^^^
= help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]`
warning: `[Seek::seek_relative]` cannot be resolved, ignoring it...
|
= note: the link appears in this line:
To seek without discarding the internal buffer, use [`Seek::seek_relative`].
^^^^^^^^^^^^^^^^^^^^^
= help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]`
warning: `[Weak]` cannot be resolved, ignoring it...
|
= note: the link appears in this line:
[`Weak`], so we `drop` the inner value.
^^^^^^
= help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]`
warning: `[Weak]` cannot be resolved, ignoring it...
|
= note: the link appears in this line:
[`Weak`], so we `drop` the inner value.
^^^^^^
= help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]`
warning: `[Weak::upgrade]` cannot be resolved, ignoring it...
|
= note: the link appears in this line:
it. Calling [`upgrade`][Weak::upgrade] on the return value always gives [`None`].
^^^^^^^^^^^^^
= help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]`
warning: `[Weak::upgrade]` cannot be resolved, ignoring it...
|
= note: the link appears in this line:
Calling [`upgrade`][Weak::upgrade] on the return value always
^^^^^^^^^^^^^
= help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]`
warning: `[String::push_str]` cannot be resolved, ignoring it...
|
= note: the link appears in this line:
This has the same behavior as the [`push_str`][String::push_str] method.
^^^^^^^^^^^^^^^^
= help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]`
Finished dev [unoptimized + debuginfo] target(s) in 2m 05s
The text was updated successfully, but these errors were encountered: