Skip to content

Commit

Permalink
cleanups: remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
Dushistov committed Apr 20, 2024
1 parent 074c206 commit 532f3fc
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion couchbase-lite/src/replicator.rs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ use crate::{
};
use log::{error, info, trace};
use std::{
convert::TryFrom,
mem::{self, MaybeUninit},
os::raw::c_void,
panic::catch_unwind,
Expand Down
1 change: 0 additions & 1 deletion couchbase-lite/src/value.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ use crate::{
FLValue_IsUnsigned,
},
};
use std::convert::TryFrom;

#[derive(Debug, Clone, Copy)]
pub enum ValueRef<'a> {
Expand Down

0 comments on commit 532f3fc

Please sign in to comment.