Skip to content

Commit

Permalink
add no_std to hex-literal (RustCrypto#30)
Browse files Browse the repository at this point in the history
  • Loading branch information
camshaft authored and newpavlov committed Aug 24, 2019
1 parent 4a9addb commit 9358ee1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions hex-literal/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
//! ```
#![doc(html_logo_url =
"https://raw.githubusercontent.com/RustCrypto/meta/master/logo_small.png")]
#![no_std]

use proc_macro_hack::proc_macro_hack;
#[doc(hidden)]
Expand Down

0 comments on commit 9358ee1

Please sign in to comment.