Skip to content

Commit

Permalink
Move import where it belongs
Browse files Browse the repository at this point in the history
Reviewed By: iguridi

Differential Revision: D63277885

fbshipit-source-id: cdda2e334711b8d145a80fa3fcd1e69ee38e7992
  • Loading branch information
stepancheg authored and facebook-github-bot committed Sep 23, 2024
1 parent 60a8b51 commit 5745f68
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions app/buck2_interpreter_for_build/src/nodes/unconfigured.rs
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ use buck2_node::call_stack::StarlarkTargetCallStackRoot;
use buck2_node::nodes::unconfigured::TargetNode;
use buck2_node::package::Package;
use buck2_node::rule::Rule;
use cmp_any::PartialEqAny;
use dupe::Dupe;
use starlark::eval::CallStack;
use starlark::eval::ParametersParser;
Expand Down Expand Up @@ -129,8 +130,6 @@ impl TargetNodeExt for TargetNode {
#[derive(Debug)]
pub struct StarlarkCallStackWrapper(pub CallStack);

use cmp_any::PartialEqAny;

impl StarlarkCallStackImpl for StarlarkCallStackWrapper {
fn eq_token(&self) -> PartialEqAny {
PartialEqAny::new(self)
Expand Down

0 comments on commit 5745f68

Please sign in to comment.