Skip to content

Commit

Permalink
Hide internal Freeze macro
Browse files Browse the repository at this point in the history
  • Loading branch information
kyren committed Jan 1, 2024
1 parent 91bb9d7 commit 84eab6d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions util/src/freeze.rs
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ impl<'f, T: ?Sized + for<'a> Freeze<'a>> Freeze<'f> for DynFreeze<T> {
}

#[macro_export]
#[doc(hidden)]
macro_rules! __scripting_Freeze {
($f:lifetime => $frozen:ty) => {
$crate::freeze::DynFreeze::<
Expand Down

0 comments on commit 84eab6d

Please sign in to comment.