Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Adrian Palacios <73246657+adpaco-aws@users.noreply.github.com>
  • Loading branch information
celinval and adpaco-aws committed Dec 8, 2023
1 parent 0212b57 commit cc61012
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions kani-compiler/src/codegen_cprover_gotoc/context/current_fn.rs
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ pub struct CurrentFnCtx<'tcx> {
instance: Instance,
/// The crate this function is from
krate: String,
/// The mir for the current instance. This is using the internal representation.
/// The MIR for the current instance. This is using the internal representation.
mir: &'tcx InternalBody<'tcx>,
/// The mir for the current instance.
/// The MIR for the current instance.
body: Body,
/// The symbol name of the current function
name: String,
Expand Down

0 comments on commit cc61012

Please sign in to comment.