Skip to content

Commit a0cb97c

Browse files
committed
Added comment on deactivated deprecation warning.
1 parent 0531706 commit a0cb97c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

hugr-core/src/envelope.rs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,10 @@
3535
//!
3636
3737
#![allow(deprecated)]
38+
// TODO: Due to a bug in `derive_more`
39+
// (https://github.com/JelteF/derive_more/issues/419) we need to deactivate
40+
// deprecation warnings here. We can reactivate them once the bug is fixed by
41+
// https://github.com/JelteF/derive_more/pull/454.
3842

3943
mod header;
4044

0 commit comments

Comments
 (0)