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 5a1f6aa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 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,7 @@
#![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 5a1f6aa

Please sign in to comment.