Skip to content

Commit 324152f

Browse files
stepanchegfacebook-github-bot
authored andcommitted
DefGen::invoke_raw function is unnecessarily public
Summary: Minor code cleanup. Reviewed By: ndmitchell Differential Revision: D30887691 fbshipit-source-id: b493d7c54a7000be9a17cdc7615f838168eebdab
1 parent 6729aad commit 324152f

File tree

1 file changed

+1
-1
lines changed
  • starlark/src/eval/fragment

1 file changed

+1
-1
lines changed

starlark/src/eval/fragment/def.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -498,7 +498,7 @@ impl<'v> StarlarkValue<'v> for Def<'v> {
498498
}
499499

500500
impl<'v, V: ValueLike<'v>> DefGen<V> {
501-
pub fn invoke_raw(
501+
fn invoke_raw(
502502
&self,
503503
locals: LocalSlotBase,
504504
eval: &mut Evaluator<'v, '_>,

0 commit comments

Comments
 (0)