We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16dc027 commit 0ce06a6Copy full SHA for 0ce06a6
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