kernel_args: fix feature flags
This commit is contained in:
parent
3bfb805288
commit
6ef9ab2558
|
|
@ -1,4 +1,5 @@
|
||||||
#[cfg(feature = "v2019_3")]
|
#![cfg(feature = "v2019_3")]
|
||||||
|
|
||||||
use crate::KernelArgs;
|
use crate::KernelArgs;
|
||||||
|
|
||||||
#[test]
|
#[test]
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue