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 0531706 commit a0cb97cCopy full SHA for a0cb97c
hugr-core/src/envelope.rs
@@ -35,6 +35,10 @@
35
//!
36
37
#![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.
42
43
mod header;
44
0 commit comments