File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -611,7 +611,7 @@ impl<'tcx> LateLintPass<'tcx> for MissingDoc {
611611
612612declare_lint ! {
613613 /// The `missing_copy_implementations` lint detects potentially-forgotten
614- /// implementations of [`Copy`].
614+ /// implementations of [`Copy`] for public types .
615615 ///
616616 /// [`Copy`]: https://doc.rust-lang.org/std/marker/trait.Copy.html
617617 ///
@@ -729,7 +729,7 @@ impl<'tcx> LateLintPass<'tcx> for MissingCopyImplementations {
729729
730730declare_lint ! {
731731 /// The `missing_debug_implementations` lint detects missing
732- /// implementations of [`fmt::Debug`].
732+ /// implementations of [`fmt::Debug`] for public types .
733733 ///
734734 /// [`fmt::Debug`]: https://doc.rust-lang.org/std/fmt/trait.Debug.html
735735 ///
You can’t perform that action at this time.
0 commit comments