Skip to content

Commit 8cca5f2

Browse files
committed
Fix: Gate test_type_eq with alloc
1 parent c88849b commit 8cca5f2

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

Cargo.lock

Lines changed: 3 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/tuple_list_ex/src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1125,6 +1125,7 @@ mod test {
11251125
}
11261126

11271127
#[test]
1128+
#[cfg(feature = "alloc")]
11281129
fn test_type_eq() {
11291130
// An alias for equality testing
11301131
type OwnedMutSliceAlias<'a> = OwnedMutSlice<'a, u8>;

0 commit comments

Comments
 (0)