Skip to content

Commit

Permalink
Adding clone to errors
Browse files Browse the repository at this point in the history
  • Loading branch information
aughey committed Jan 20, 2025
1 parent 64a2fc7 commit 2b0b18c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion boringtun/src/noise/errors.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Copyright (c) 2019 Cloudflare, Inc. All rights reserved.
// SPDX-License-Identifier: BSD-3-Clause

#[derive(Debug)]
#[derive(Debug, Clone)]
pub enum WireGuardError {
DestinationBufferTooSmall,
IncorrectPacketLength,
Expand Down

0 comments on commit 2b0b18c

Please sign in to comment.