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 {
611
611
612
612
declare_lint ! {
613
613
/// The `missing_copy_implementations` lint detects potentially-forgotten
614
- /// implementations of [`Copy`].
614
+ /// implementations of [`Copy`] for public types .
615
615
///
616
616
/// [`Copy`]: https://doc.rust-lang.org/std/marker/trait.Copy.html
617
617
///
@@ -729,7 +729,7 @@ impl<'tcx> LateLintPass<'tcx> for MissingCopyImplementations {
729
729
730
730
declare_lint ! {
731
731
/// The `missing_debug_implementations` lint detects missing
732
- /// implementations of [`fmt::Debug`].
732
+ /// implementations of [`fmt::Debug`] for public types .
733
733
///
734
734
/// [`fmt::Debug`]: https://doc.rust-lang.org/std/fmt/trait.Debug.html
735
735
///
You can’t perform that action at this time.
0 commit comments