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 2e7bf87 commit 658d8f9Copy full SHA for 658d8f9
src/lib.rs
@@ -418,10 +418,7 @@
418
//! ## the `--nightly` flag
419
//!
420
//! The `--nightly` flag can be passed to `svd2rust` to enable features in the generated api that are only available to a nightly
421
-//! compiler. These features are
422
-//!
423
-//! - `#[feature(untagged_unions)]` for overlapping/overloaded registers
424
-
+//! compiler. Currently there are no nightly features the flag is only kept for compatibility with prior versions.
425
#![recursion_limit = "128"]
426
427
#[macro_use]
0 commit comments