Skip to content

Commit

Permalink
Uncomment accidental #![no_std] comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
azriel91 committed Sep 28, 2023
1 parent 39c250a commit 63eafc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// #![no_std]
#![no_std]
// #![deny(missing_docs, missing_debug_implementations)]

//! Returns type names with a specifiable number of module segments as a `String`.
Expand Down

0 comments on commit 63eafc8

Please sign in to comment.