Skip to content
This repository has been archived by the owner on Mar 7, 2021. It is now read-only.

Commit

Permalink
Update for const_str_as_bytes being stabalized
Browse files Browse the repository at this point in the history
  • Loading branch information
alex committed Sep 25, 2019
1 parent c31c918 commit 8ece413
Show file tree
Hide file tree
Showing 8 changed files with 1 addition and 8 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ matrix:

language: rust
rust:
- nightly-2019-09-11
- nightly-2019-09-25
cache:
- cargo: true

Expand Down
1 change: 0 additions & 1 deletion tests/chrdev-region-allocation/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#![no_std]
#![feature(const_str_as_bytes)]

use linux_kernel_module::{self, cstr};

Expand Down
1 change: 0 additions & 1 deletion tests/chrdev/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#![no_std]
#![feature(const_str_as_bytes)]

use linux_kernel_module::{self, cstr};

Expand Down
1 change: 0 additions & 1 deletion tests/filesystem/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#![no_std]
#![feature(const_str_as_bytes)]

extern crate alloc;

Expand Down
1 change: 0 additions & 1 deletion tests/printk/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#![no_std]
#![feature(const_str_as_bytes)]

use linux_kernel_module::{self, println};

Expand Down
1 change: 0 additions & 1 deletion tests/sysctl-get/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#![no_std]
#![feature(const_str_as_bytes)]

use core::sync::atomic::{AtomicBool, Ordering};

Expand Down
1 change: 0 additions & 1 deletion tests/sysctl/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#![no_std]
#![feature(const_str_as_bytes)]

use core::sync::atomic::AtomicBool;

Expand Down
1 change: 0 additions & 1 deletion tests/utils/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#![no_std]
#![feature(const_str_as_bytes)]

use linux_kernel_module;

Expand Down

0 comments on commit 8ece413

Please sign in to comment.