1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
#![allow(dead_code)] #![allow(clippy ::doc_markdown)] use super :: *; use test_tools ::a_id; /// Private namespace of the module. mod private {} the_module ::mod_interface! { /// layer_a layer layer_a; /// layer_b layer layer_b; } // include!("../../only_test/layer_simple_only_test.rs");