Skip to content

Commit 3684291

Browse files
committed
doc(core::panic::Location::caller): remove redundant space
Signed-off-by: Voxell Paladynee <paladyneshadow@gmail.com>
1 parent 83119f2 commit 3684291

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/core/src/panic/location.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ impl<'a> Location<'a> {
143143
/// let constant = constant_location();
144144
/// assert_eq!(constant.file(), file!());
145145
/// assert_eq!((constant.line(), constant.column()), (30, 5));
146-
///
146+
///
147147
/// let constant_2 = constant_location();
148148
/// assert_eq!(
149149
/// (constant.file(), constant.line(), constant.column()),

0 commit comments

Comments
 (0)