Skip to content

Commit

Permalink
chore: work around semi-up-to-date state of xtensa toolchain
Browse files Browse the repository at this point in the history
  • Loading branch information
chrysn committed Dec 12, 2024
1 parent baa1921 commit 10ab6a8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/ariel-os-embassy-common/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
#![no_std]
#![feature(doc_auto_cfg)]
#![cfg_attr(
context = "xtensa",
expect(stable_features, reason = "Xtensa toolchain held behind")
)]
#![deny(clippy::pedantic)]
#![deny(missing_docs)]

Expand Down

0 comments on commit 10ab6a8

Please sign in to comment.