Skip to content

Commit

Permalink
Prefer doc comments over //-comments in compiler
Browse files Browse the repository at this point in the history
  • Loading branch information
WaffleLapkin committed Nov 27, 2022
1 parent 69a7692 commit a085a2a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/value_and_place.rs
Original file line number Diff line number Diff line change
Expand Up @@ -108,8 +108,8 @@ impl<'tcx> CValue<'tcx> {
}

// FIXME remove
// Forces the data value of a dyn* value to the stack and returns a pointer to it as well as the
// vtable pointer.
/// Forces the data value of a dyn* value to the stack and returns a pointer to it as well as the
/// vtable pointer.
pub(crate) fn dyn_star_force_data_on_stack(
self,
fx: &mut FunctionCx<'_, '_, 'tcx>,
Expand Down

0 comments on commit a085a2a

Please sign in to comment.