Skip to content

Commit a3772df

Browse files
committed
docs: Adjust doc comments
1 parent 07fd93c commit a3772df

File tree

1 file changed

+3
-5
lines changed
  • crates/stackable-versioned-macros/src

1 file changed

+3
-5
lines changed

crates/stackable-versioned-macros/src/lib.rs

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff 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;

0 commit comments

Comments
 (0)