We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 16dc027 + 0ce06a6 commit 52efa90Copy full SHA for 52efa90
gix-config/src/parse/tests.rs
@@ -5,6 +5,7 @@ mod section {
5
use std::borrow::Cow;
6
7
#[test]
8
+ #[cfg(target_pointer_width = "64")]
9
fn size_of_events() {
10
assert_eq!(
11
std::mem::size_of::<Section<'_>>(),
0 commit comments