File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed
crates/stackable-versioned-macros/src Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -268,11 +268,9 @@ mod utils;
268268/// consumers of versioned containers. The following rules apply:
269269///
270270/// 1. Only modules named the same like defined versions will be re-emitted.
271- /// Modules named differently will be ignored and won't produce any code. In
272- /// the future, this might return an error instead.
273- /// 2. Only `use` statements defined in the module will be emitted. Other items
274- /// will be ignored and won't produce any code. In the future, this might
275- /// return an error instead.
271+ /// Using modules with invalid names will return an error.
272+ /// 2. Only `use` statements defined in the module will be emitted. Declaring
273+ /// other items will return an error.
276274///
277275/// ```
278276/// # use stackable_versioned_macros::versioned;
You can’t perform that action at this time.
0 commit comments