Skip to content

Commit

Permalink
Add no_std attribute to the crate
Browse files Browse the repository at this point in the history
  • Loading branch information
AkiyukiOkayasu committed Aug 9, 2024
1 parent 8157d83 commit 62a7c09
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
//! }
//! }
//! ```
#![cfg_attr(not(test), no_std)]

use anyhow::{bail, ensure};
use core::f32;
Expand Down

0 comments on commit 62a7c09

Please sign in to comment.