Skip to content

Commit a085a2a

Browse files
committed
Prefer doc comments over //-comments in compiler
1 parent 69a7692 commit a085a2a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/value_and_place.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,8 +108,8 @@ impl<'tcx> CValue<'tcx> {
108108
}
109109

110110
// FIXME remove
111-
// Forces the data value of a dyn* value to the stack and returns a pointer to it as well as the
112-
// vtable pointer.
111+
/// Forces the data value of a dyn* value to the stack and returns a pointer to it as well as the
112+
/// vtable pointer.
113113
pub(crate) fn dyn_star_force_data_on_stack(
114114
self,
115115
fx: &mut FunctionCx<'_, '_, 'tcx>,

0 commit comments

Comments
 (0)