Skip to content

Commit

Permalink
work around import errors when downstream crates enable zerocopy/derive.
Browse files Browse the repository at this point in the history
  • Loading branch information
jct-tympanon committed Dec 5, 2024
1 parent cc0c443 commit dc6da68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion samply-symbols/src/breakpad/index.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ use nom::multi::separated_list1;
use nom::sequence::{terminated, tuple};
use nom::{Err, IResult};
use zerocopy::{AsBytes, LittleEndian, Ref, U32, U64};
use zerocopy_derive::{FromBytes, FromZeroes, Unaligned};
use zerocopy_derive::*;

use crate::CodeId;

Expand Down

0 comments on commit dc6da68

Please sign in to comment.