Skip to content

Commit 5724b5f

Browse files
committed
cargo fmt
1 parent d64d971 commit 5724b5f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/scope.rs

+3-3
Original file line numberDiff line numberDiff line change
@@ -152,9 +152,9 @@ impl<'scope, 'env: 'scope> Scope<'scope, 'env> {
152152
/// `'static` types. This means that it is impossible, once the userdata is created, to get a
153153
/// reference to it back *out* of an [`AnyUserData`] handle. This also implies that the
154154
/// "function" type methods that can be added via [`UserDataMethods`] (the ones that accept
155-
/// [`AnyUserData`] as a first parameter) are vastly less useful. Also, there is no way to re-use
156-
/// a single metatable for multiple non-'static types, so there is a higher cost associated with
157-
/// creating the userdata metatable each time a new userdata is created.
155+
/// [`AnyUserData`] as a first parameter) are vastly less useful. Also, there is no way to
156+
/// re-use a single metatable for multiple non-'static types, so there is a higher cost
157+
/// associated with creating the userdata metatable each time a new userdata is created.
158158
///
159159
/// [`TypeId`]: std::any::TypeId
160160
/// [`UserDataMethods`]: crate::UserDataMethods

0 commit comments

Comments
 (0)