Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Carolyn Zech <cmzech@amazon.com>
  • Loading branch information
celinval and carolynzech authored Nov 15, 2024
1 parent 194776d commit 9b88810
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ impl CodegenBackend for GotocCodegenBackend {

// Any changes to queries from this point on is just related to caching information
// needed for generating code to the given crate.
// The cached information mut not outlive the stable-mir `run` scope.
// The cached information must not outlive the stable-mir `run` scope.
// See [QueryDb::kani_functions] for more information.
let queries = self.queries.lock().unwrap().clone();

Expand Down
2 changes: 1 addition & 1 deletion kani-compiler/src/kani_middle/transform/body.rs
Original file line number Diff line number Diff line change
Expand Up @@ -436,7 +436,7 @@ impl MutableBody {
}
}

// TODO: Remove-me
// TODO: Remove this enum, since we now only support kani's assert.
#[derive(Clone, Debug)]
pub enum CheckType {
/// This is used by default when the `kani` crate is available.
Expand Down

0 comments on commit 9b88810

Please sign in to comment.