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;
268
268
/// consumers of versioned containers. The following rules apply:
269
269
///
270
270
/// 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.
276
274
///
277
275
/// ```
278
276
/// # use stackable_versioned_macros::versioned;
You can’t perform that action at this time.
0 commit comments