Skip to content

Commit

Permalink
[#533] Fix clippy warning that occurred only on ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
elfenpiff committed Nov 30, 2024
1 parent eee8fa0 commit bdb65fc
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion iceoryx2-bb/derive-macros/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ use syn::{parse_macro_input, Data, DeriveInput, Expr, ExprLit, Fields, Lit};
///
/// unsafe { core::ptr::drop_in_place(raw_memory) };
/// unsafe { dealloc(raw_memory.cast(), layout) };
/// ```
#[proc_macro_derive(PlacementDefault)]
pub fn placement_default_derive(input: TokenStream) -> TokenStream {
Expand Down
1 change: 0 additions & 1 deletion iceoryx2-bb/log/src/fail.rs
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@
/// }
/// }
/// ```
#[macro_export(local_inner_macros)]
macro_rules! fail {
(with $error_value:expr, $($message:expr),*) => {
Expand Down

0 comments on commit bdb65fc

Please sign in to comment.