Skip to content

Commit

Permalink
Merge pull request #30 from AlexErrant/no_std
Browse files Browse the repository at this point in the history
add #![no_std]
  • Loading branch information
tkaitchuck authored Oct 31, 2023
2 parents 58c94b7 + f53e19c commit 30e01d4
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
@@ -1,3 +1,4 @@
#![no_std]
/// # Random constants
/// Allows you to insert random constants into your code that will be auto-generated at compile time.
/// A new value will be generated every time the relevent file is re-built.
Expand Down

0 comments on commit 30e01d4

Please sign in to comment.