We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4df12ba commit e2284f5Copy full SHA for e2284f5
lightning/src/lib.rs
@@ -27,7 +27,7 @@
27
//!
28
//! * `std`
29
//! * `grind_signatures`
30
-//! * `no-std ` - exposes write trait implementations from the `core2` crate
+//! * `no-std ` - exposes write trait implementations from the `core2` crate (at least one of no-std or std are required)
31
//! * Skip logging of messages at levels below the given log level:
32
//! * `max_level_off`
33
//! * `max_level_error`
0 commit comments