Skip to content

Commit 8a6dc7e

Browse files
authored
Merge pull request #175 from ojeda/remove-test
Remove `feature(test)` from most samples.
2 parents 7ed5aa1 + 10943ef commit 8a6dc7e

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)