Skip to content

Commit 2e69e9a

Browse files
committed
Lint reasons not allowed on old Rust versions.
1 parent 961b14d commit 2e69e9a

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

hugr-core/src/envelope.rs

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,7 @@
3434
//! - Bit 7,6: Constant "01" to make some headers ascii-printable.
3535
//!
3636
37-
#![allow(
38-
deprecated,
39-
reason = "macros generate code that accesses fields of deperated variants"
40-
)]
37+
#![allow(deprecated)]
4138

4239
mod header;
4340

0 commit comments

Comments
 (0)