Skip to content

Commit 4c123a0

Browse files
committed
Auto merge of #10026 - samueltardieu:missing-slash, r=flip1995
Add missing slash to produce function documentation changelog: none
2 parents 38fce12 + fa4288a commit 4c123a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clippy_utils/src/ty.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ use std::iter;
3030

3131
use crate::{match_def_path, path_res, paths};
3232

33-
// Checks if the given type implements copy.
33+
/// Checks if the given type implements copy.
3434
pub fn is_copy<'tcx>(cx: &LateContext<'tcx>, ty: Ty<'tcx>) -> bool {
3535
ty.is_copy_modulo_regions(cx.tcx, cx.param_env)
3636
}

0 commit comments

Comments
 (0)