Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
warning: unresolved link to `std::clone::Clone` --> src/lib.rs:12:7 | 12 | //! [`std::clone::Clone`] trait are automatically usable by a `DynClone` trait | ^^^^^^^^^^^^^^^^^ no item named `std` in scope | = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default warning: unresolved link to `std::clone::Clone` --> src/lib.rs:121:61 | 121 | /// This trait is implemented by any type that implements [`std::clone::Clone`]. | ^^^^^^^^^^^^^^^^^ no item named `std` in scope
- Loading branch information