We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6725e0 commit baf5fbfCopy full SHA for baf5fbf
src/lib.rs
@@ -48,6 +48,13 @@
48
//! [`libm`]: https://crates.io/crates/libm
49
50
#![cfg_attr(not(feature = "std"), no_std)]
51
+#![forbid(unsafe_code, future_incompatible, missing_docs)]
52
+#![doc(
53
+ html_favicon_url = "https://raw.githubusercontent.com/smol-rs/smol/master/assets/images/logo_fullsize_transparent.png"
54
+)]
55
56
+ html_logo_url = "https://raw.githubusercontent.com/smol-rs/smol/master/assets/images/logo_fullsize_transparent.png"
57
58
59
mod float_normal;
60
mod float_range;
0 commit comments