Skip to content

Commit 10943ef

Browse files
committed
Remove feature(test) from most samples.
Signed-off-by: Miguel Ojeda <ojeda@kernel.org>
1 parent 7ed5aa1 commit 10943ef

File tree

5 files changed

+0
-5
lines changed

5 files changed

+0
-5
lines changed

samples/rust/rust_chrdev.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
55
#![no_std]
66
#![feature(allocator_api, global_asm)]
7-
#![feature(test)]
87

98
use alloc::boxed::Box;
109
use core::pin::Pin;

samples/rust/rust_minimal.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
55
#![no_std]
66
#![feature(allocator_api, global_asm)]
7-
#![feature(test)]
87

98
use kernel::prelude::*;
109

samples/rust/rust_miscdev.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
55
#![no_std]
66
#![feature(allocator_api, global_asm)]
7-
#![feature(test)]
87

98
use alloc::{boxed::Box, sync::Arc};
109
use core::pin::Pin;

samples/rust/rust_module_parameters.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
55
#![no_std]
66
#![feature(allocator_api, global_asm)]
7-
#![feature(test)]
87

98
use kernel::prelude::*;
109

samples/rust/rust_sync.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
55
#![no_std]
66
#![feature(allocator_api, global_asm)]
7-
#![feature(test)]
87

98
use alloc::boxed::Box;
109
use core::pin::Pin;

0 commit comments

Comments
 (0)