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 debee21 commit 3243114Copy full SHA for 3243114
module/core/mod_interface_meta/src/lib.rs
@@ -5,6 +5,15 @@
5
6
#![ warn( dead_code ) ]
7
8
+
9
+// xxx : change to remove need to write explicitly that
10
+// crate::mod_interface!
11
+// {
12
+// /// Derives.
13
+// layer derive;
14
+// own use super::derive; // xxx : change to remove need to write explicitly that
15
+// }
16
17
// xxx : clean up, ad solve problems
18
// - example based on simpified version of test::layer_have_layer with single sublayer
19
// - example with attribute `#![ debug ]`
0 commit comments