Skip to content

Commit 30ab88d

Browse files
committed
Removes unnecessary pub visibility specifier
1 parent 6aacbb8 commit 30ab88d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/core/src/ptr/mut_ptr.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -2370,7 +2370,7 @@ impl<T: ?Sized> PartialOrd for *mut T {
23702370

23712371
#[cfg(kani)]
23722372
#[unstable(feature = "kani", issue = "none")]
2373-
pub mod verify {
2373+
mod verify {
23742374
use crate::kani;
23752375
use core::mem;
23762376
use kani::PointerGenerator;

0 commit comments

Comments
 (0)