Skip to content

Commit c6977c9

Browse files
committed
feat: v2.2.14
1 parent 2b75d97 commit c6977c9

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "clonelicious"
3-
version = "2.2.13"
3+
version = "2.2.14"
44
readme = "README.md"
55
edition = "2024"
66
authors = ["root@ltpp.vip"]

src/lib.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
//! The `clone!` macro automatically clones variables and immediately executes
55
//! the closure with the cloned values, streamlining common patterns in Rust programming.
66
7-
pub(crate) mod r#macro;
8-
7+
mod r#macro;
98
#[cfg(test)]
109
mod test;

0 commit comments

Comments
 (0)