Skip to content

Commit f9b83af

Browse files
generatedunixname1196533932252217meta-codesync[bot]
authored andcommitted
Fix clippy::needless_borrow issues in fbcode/relay/oss/crates/relay-compiler-playground/src
Reviewed By: dtolnay Differential Revision: D95343836 fbshipit-source-id: 4d01f9a3cd7fe6eedfaf1a190cac6ec639962e7f
1 parent 3c4929e commit f9b83af

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • compiler/crates/relay-compiler-playground/src

compiler/crates/relay-compiler-playground/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -347,7 +347,7 @@ fn get_programs(
347347
let base_fragment_names = Arc::new(Default::default());
348348

349349
apply_transforms(
350-
&project_config,
350+
project_config,
351351
Arc::new(program),
352352
base_fragment_names,
353353
Arc::new(NoopPerfLogger),

0 commit comments

Comments
 (0)