We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f9c5dd commit 98474a0Copy full SHA for 98474a0
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "recoverable-spawn"
3
-version = "3.9.14"
+version = "3.9.15"
4
readme = "README.md"
5
edition = "2024"
6
authors = ["root@ltpp.vip"]
src/async/mod.rs
@@ -1,5 +1,4 @@
-pub(crate) mod r#fn;
-
+mod r#fn;
#[cfg(test)]
mod test;
src/common/mod.rs
@@ -1,4 +1,4 @@
-pub(crate) mod r#trait;
-pub(crate) mod r#type;
+mod r#trait;
+mod r#type;
pub use {r#trait::*, r#type::*};
src/sync/mod.rs
0 commit comments