Skip to content

Commit 9f5284f

Browse files
committed
fix unneeded pub(crate)
1 parent 63dc968 commit 9f5284f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

crates/core/src/dutydb/memory.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -659,7 +659,7 @@ impl State {
659659
}
660660

661661
#[cfg(test)]
662-
pub(crate) mod tests {
662+
mod tests {
663663
use std::sync::Arc;
664664

665665
use async_trait::async_trait;

0 commit comments

Comments
 (0)