Skip to content

Commit

Permalink
Clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
JakuJ committed Oct 22, 2023
1 parent 9aed8af commit 8372022
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion viper/src/verifier.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ use crate::{
smt_manager::SmtManager, verification_backend::VerificationBackend,
};
use backend_common::{SiliconCounterexample, VerificationError, VerificationResult};
use jni::{errors::Result, objects::JObject, JNIEnv};
use jni::{objects::JObject, JNIEnv};
use log::{debug, error, info};
use prusti_utils::run_timed;
use std::path::PathBuf;
Expand Down

0 comments on commit 8372022

Please sign in to comment.