Skip to content

Commit

Permalink
remove const_fn_trait_bound feature
Browse files Browse the repository at this point in the history
  • Loading branch information
bradjc authored and lschuermann committed May 6, 2022
1 parent b8e9eba commit 16506c0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion libraries/tock-register-interface/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@
//! ------
//! - Shane Leonard <[email protected]>
#![feature(const_fn_trait_bound)]
#![no_std]
// If we don't build any actual register types, we don't need unsafe
// code in this crate
Expand Down

0 comments on commit 16506c0

Please sign in to comment.