Skip to content

Commit

Permalink
lib - add cfg attribute for std
Browse files Browse the repository at this point in the history
  • Loading branch information
elpiel committed Jul 16, 2022
1 parent d6eb8ed commit 533f16e
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
Expand Up @@ -20,7 +20,7 @@
// limitations under the License.
//

// #![no_std]
#![cfg_attr(not(any(feature = "std", test)), no_std)]

mod parse;
mod sentences;
Expand Down

0 comments on commit 533f16e

Please sign in to comment.