Skip to content

Commit

Permalink
rustfmt
Browse files Browse the repository at this point in the history
  • Loading branch information
zgrannan committed Jan 22, 2025
1 parent 6dfd0ad commit 404aeba
Showing 1 changed file with 14 additions and 3 deletions.
17 changes: 14 additions & 3 deletions src/borrows/borrows_graph.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,22 @@ use crate::{
};

use super::{
borrow_edge::BorrowEdge, borrow_pcg_edge::{
borrow_edge::BorrowEdge,
borrow_pcg_edge::{
BlockedNode, BorrowPCGEdge, BorrowPCGEdgeKind, LocalNode, PCGNode, ToBorrowsEdge,
}, borrows_visitor::DebugCtx, coupling_graph_constructor::{
},
borrows_visitor::DebugCtx,
coupling_graph_constructor::{
BorrowCheckerInterface, CGNode, Coupled, CouplingGraphConstructor,
}, deref_expansion::DerefExpansion, domain::{AbstractionBlockEdge, LoopAbstraction, MaybeOldPlace, ToJsonWithRepacker}, edge_data::EdgeData, has_pcs_elem::{HasPcsElems, MakePlaceOld}, latest::Latest, path_condition::{PathCondition, PathConditions}, region_abstraction::AbstractionEdge, region_projection_member::RegionProjectionMember
},
deref_expansion::DerefExpansion,
domain::{AbstractionBlockEdge, LoopAbstraction, MaybeOldPlace, ToJsonWithRepacker},
edge_data::EdgeData,
has_pcs_elem::{HasPcsElems, MakePlaceOld},
latest::Latest,
path_condition::{PathCondition, PathConditions},
region_abstraction::AbstractionEdge,
region_projection_member::RegionProjectionMember,
};

#[derive(Clone, Debug)]
Expand Down

0 comments on commit 404aeba

Please # to comment.