Skip to content

Commit 658d8f9

Browse files
committed
Remove mention of the untagged_unions nightly feature
Signed-off-by: Daniel Egger <daniel@eggers-club.de>
1 parent 2e7bf87 commit 658d8f9

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/lib.rs

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -418,10 +418,7 @@
418418
//! ## the `--nightly` flag
419419
//!
420420
//! 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-
421+
//! compiler. Currently there are no nightly features the flag is only kept for compatibility with prior versions.
425422
#![recursion_limit = "128"]
426423

427424
#[macro_use]

0 commit comments

Comments
 (0)