Skip to content

Commit

Permalink
Merge pull request torvalds#175 from ojeda/remove-test
Browse files Browse the repository at this point in the history
Remove `feature(test)` from most samples.
  • Loading branch information
alex authored Apr 11, 2021
2 parents 7ed5aa1 + 10943ef commit 8a6dc7e
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion samples/rust/rust_chrdev.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
#![no_std]
#![feature(allocator_api, global_asm)]
#![feature(test)]

use alloc::boxed::Box;
use core::pin::Pin;
Expand Down
1 change: 0 additions & 1 deletion samples/rust/rust_minimal.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
#![no_std]
#![feature(allocator_api, global_asm)]
#![feature(test)]

use kernel::prelude::*;

Expand Down
1 change: 0 additions & 1 deletion samples/rust/rust_miscdev.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
#![no_std]
#![feature(allocator_api, global_asm)]
#![feature(test)]

use alloc::{boxed::Box, sync::Arc};
use core::pin::Pin;
Expand Down
1 change: 0 additions & 1 deletion samples/rust/rust_module_parameters.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
#![no_std]
#![feature(allocator_api, global_asm)]
#![feature(test)]

use kernel::prelude::*;

Expand Down
1 change: 0 additions & 1 deletion samples/rust/rust_sync.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
#![no_std]
#![feature(allocator_api, global_asm)]
#![feature(test)]

use alloc::boxed::Box;
use core::pin::Pin;
Expand Down

0 comments on commit 8a6dc7e

Please sign in to comment.