Skip to content

Commit fa4288a

Browse files
committed
Add missing slash to produce function documentation
1 parent 38fce12 commit fa4288a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clippy_utils/src/ty.rs

Lines changed: 1 addition & 1 deletion
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)