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
At the time of writing, many methods lack documentation and are instead annotated with #[allow(missing_docs)]. These annotations should be replaced with actual doc comments containing explanations and inline doc tests.
Some modules, most notably the top-level lib.rs, might also benefit from an additional section in the existing docs with example code demonstrating proper usage of the API.
The text was updated successfully, but these errors were encountered:
At the time of writing, many methods lack documentation and are instead annotated with
#[allow(missing_docs)]
. These annotations should be replaced with actual doc comments containing explanations and inline doc tests.Some modules, most notably the top-level
lib.rs
, might also benefit from an additional section in the existing docs with example code demonstrating proper usage of the API.The text was updated successfully, but these errors were encountered: