Skip to content

Commit

Permalink
add no_std back to peg crate
Browse files Browse the repository at this point in the history
  • Loading branch information
stevefan1999-personal committed Apr 11, 2023
1 parent 835db55 commit a5b344c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -340,6 +340,8 @@
//! ...
//! ```

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

extern crate peg_macros;
extern crate peg_runtime as runtime;

Expand Down

0 comments on commit a5b344c

Please sign in to comment.