Skip to content

Commit

Permalink
refactor(kernel,test_runner): remove #![feature(pin_macro)]
Browse files Browse the repository at this point in the history
  • Loading branch information
yvt committed Feb 13, 2023
1 parent 3850ef8 commit e855c38
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/r3_kernel/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@
#![feature(const_swap)]
#![feature(never_type)] // `!`
#![feature(decl_macro)]
#![feature(pin_macro)]
#![feature(doc_cfg)] // `#[doc(cfg(...))]`
#![deny(unsafe_op_in_unsafe_fn)]
#![cfg_attr(
Expand Down
1 change: 0 additions & 1 deletion src/r3_test_runner/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
#![feature(lint_reasons)]
#![feature(decl_macro)] // `macro`
#![feature(once_cell)]
#![feature(pin_macro)] // `core::pin::pin!`
#![warn(must_not_suspend)]
use anyhow::{bail, Context};
use clap::Parser;
Expand Down

0 comments on commit e855c38

Please sign in to comment.