Skip to content

Commit 81b3ff2

Browse files
committed
Adjust comment
1 parent d028c82 commit 81b3ff2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

sdk/src/lib.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -448,10 +448,9 @@ impl Resize for AccountView {
448448
}
449449
}
450450

451+
// Not `pub`, so other crates cannot name nor implement its trait.
451452
#[cfg(feature = "resize")]
452453
mod sealed {
453-
// Not `pub`, so other crates cannot name/implement it.
454-
//
455454
// This is used to "seal" the `Resize` trait, preventing external crates from
456455
// implementing it for types other than `AccountView`.
457456
pub trait Sealed {}

0 commit comments

Comments
 (0)