Skip to content

Commit

Permalink
Clone for the STD stack
Browse files Browse the repository at this point in the history
  • Loading branch information
ivmarkov committed Nov 16, 2024
1 parent f7039b8 commit 62f6fa1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion edge-nal-std/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ use edge_nal::{
#[cfg(all(unix, not(target_os = "espidf")))]
pub use raw::*;

#[derive(Default)]
#[derive(Default, Clone)]
pub struct Stack(());

impl Stack {
Expand Down

0 comments on commit 62f6fa1

Please sign in to comment.