kernel_args: fix feature flags

This commit is contained in:
Felix Krull 2019-08-31 15:10:20 +02:00 committed by Colin Walters
parent 3bfb805288
commit 6ef9ab2558
1 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,5 @@
#[cfg(feature = "v2019_3")] #![cfg(feature = "v2019_3")]
use crate::KernelArgs; use crate::KernelArgs;
#[test] #[test]