Skip to content

Commit

Permalink
clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
zhassan-aws committed Oct 18, 2024
1 parent 4c8b3fe commit a8d06dd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions kani-compiler/src/kani_middle/attributes.rs
Original file line number Diff line number Diff line change
Expand Up @@ -488,8 +488,6 @@ impl<'tcx> KaniAttributes<'tcx> {
}
}

/// Check that the `proof` attribute is valid.

/// Extract harness attributes for a given `def_id`.
///
/// We only extract attributes for harnesses that are local to the current crate.
Expand Down
2 changes: 1 addition & 1 deletion kani-compiler/src/kani_middle/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ use rustc_target::abi::{HasDataLayout, TargetDataLayout};
use stable_mir::mir::mono::MonoItem;
use stable_mir::ty::{FnDef, RigidTy, Span as SpanStable, Ty, TyKind};
use stable_mir::visitor::{Visitable, Visitor as TyVisitor};
use stable_mir::{CrateDef, DefId};
use stable_mir::CrateDef;
use std::ops::ControlFlow;

use self::attributes::KaniAttributes;
Expand Down

0 comments on commit a8d06dd

Please sign in to comment.