We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b75d97 commit c6977c9Copy full SHA for c6977c9
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "clonelicious"
3
-version = "2.2.13"
+version = "2.2.14"
4
readme = "README.md"
5
edition = "2024"
6
authors = ["root@ltpp.vip"]
src/lib.rs
@@ -4,7 +4,6 @@
//! The `clone!` macro automatically clones variables and immediately executes
//! the closure with the cloned values, streamlining common patterns in Rust programming.
7
-pub(crate) mod r#macro;
8
-
+mod r#macro;
9
#[cfg(test)]
10
mod test;
0 commit comments