Skip to content

Commit

Permalink
Move no_std attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
newpavlov committed Feb 22, 2025
1 parent a063a8f commit fad83c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hex-literal/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#![doc = include_str!("../README.md")]
#![no_std]
#![doc = include_str!("../README.md")]
#![doc(
html_logo_url = "https://raw.githubusercontent.com/RustCrypto/media/6ee8e381/logo.svg",
html_favicon_url = "https://raw.githubusercontent.com/RustCrypto/media/6ee8e381/logo.svg"
Expand Down

0 comments on commit fad83c2

Please sign in to comment.