Skip to content

Commit

Permalink
mark as no_std
Browse files Browse the repository at this point in the history
  • Loading branch information
liebman committed Jan 24, 2024
1 parent 09a5104 commit 2350e22
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
## [Unreleased] - ReleaseDate

### Added
- marked as no_std

### Changed

Expand Down
1 change: 1 addition & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#![no_std]
//! A simple library for applying procedural macros to a block. Simple example:
//!
//! ```
Expand Down

0 comments on commit 2350e22

Please sign in to comment.