Skip to content

Commit

Permalink
warning—
Browse files Browse the repository at this point in the history
  • Loading branch information
lucksus committed Mar 21, 2024
1 parent ad1b101 commit fbd5662
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rust-executor/src/perspectives/perspective_instance.rs
Original file line number Diff line number Diff line change
Expand Up @@ -389,7 +389,7 @@ impl PerspectiveInstance {
Ok(_) => (),
Err(_) => {
let global_instance = Ad4mDb::global_instance();
let mut db = global_instance.lock().expect("Couldn't get write lock on Ad4mDb");
let db = global_instance.lock().expect("Couldn't get write lock on Ad4mDb");

if let Some(db) = db.as_ref() {
db.add_pending_diff(&handle_clone.uuid, &diff_clone).unwrap_or_else(|e| {
Expand Down

0 comments on commit fbd5662

Please sign in to comment.