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
src/lib.rs contains large blocks of copy/paste from README.md.
The #![doc = include_str!("../README.md")] directive can be used to include the README.md in the rustdoc, eliminating the duplication, and ensuring all code examples in README.md are also doctested.
The text was updated successfully, but these errors were encountered:
src/lib.rs
contains large blocks of copy/paste from README.md.The
#![doc = include_str!("../README.md")]
directive can be used to include the README.md in the rustdoc, eliminating the duplication, and ensuring all code examples in README.md are also doctested.The text was updated successfully, but these errors were encountered: