Skip to content

Commit

Permalink
Fixed thiserror
Browse files Browse the repository at this point in the history
  • Loading branch information
FloppyDisck committed Oct 27, 2023
1 parent 4050633 commit 2b0dcbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#![no_std]
#![cfg_attr(not(feature="thiserror"), no_std)]
use core::prelude::v1::*;

pub mod error;
Expand Down

0 comments on commit 2b0dcbb

Please sign in to comment.