Skip to content

Commit e18e728

Browse files
committed
nvme: add nvme feature to init_cell.rs
1 parent 10a5641 commit e18e728

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

src/init_cell.rs

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
#![cfg_attr(
2-
not(any(feature = "vsock", feature = "fuse", feature = "console")),
2+
not(any(
3+
feature = "vsock",
4+
feature = "fuse",
5+
feature = "console",
6+
feature = "nvme"
7+
)),
38
expect(dead_code)
49
)]
510

0 commit comments

Comments
 (0)