Skip to content

Commit

Permalink
copy clone
Browse files Browse the repository at this point in the history
  • Loading branch information
Dav1dde committed Mar 5, 2025
1 parent c3f9e12 commit 78b3026
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion symbolic-common/src/byteview.rs
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ unsafe impl StableDeref for ByteView<'_> {}
///
/// [`madvise(2)`]: https://man7.org/linux/man-pages/man2/madvise.2.html
/// [`fadvise(2)`]: https://man7.org/linux/man-pages/man2/posix_fadvise.2.html
#[derive(Debug, Default)]
#[derive(Debug, Default, Clone, Copy)]
pub enum AccessPattern {
/// No special treatment.
///
Expand Down

0 comments on commit 78b3026

Please sign in to comment.