Skip to content

Commit 7fc61ea

Browse files
committed
make IsDefault private in crate
Signed-off-by: iosmanthus <[email protected]>
1 parent bfd1f28 commit 7fc61ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/request/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ pub trait KvRequest<C>: Request + Sized + Clone + Sync + Send + 'static {
4141
}
4242
}
4343

44-
pub trait IsDefault {
44+
pub(crate) trait IsDefault {
4545
fn is_default(&self) -> bool;
4646
}
4747

0 commit comments

Comments
 (0)