Skip to content

Commit

Permalink
fix: clippy lints
Browse files Browse the repository at this point in the history
  • Loading branch information
Xiphoseer committed May 10, 2024
1 parent d16fe91 commit 135459a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions modules/core/src/ldf.rs
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ impl Debug for LDF {

/// Error when parsing LDF
#[derive(Debug)]
#[allow(dead_code)]
pub struct LDFError(u8, String);

impl FromStr for LDF {
Expand Down
2 changes: 1 addition & 1 deletion modules/fdb/src/ro/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
use std::sync::Arc;

pub use crate::handle::{BaseHandle, Handle, RefHandle};
pub use crate::handle::{BaseHandle, Handle, RefHandle, TryFromHandle};

pub mod buffer;
pub mod handle;
Expand Down

0 comments on commit 135459a

Please sign in to comment.