Skip to content

Commit

Permalink
Remove mut
Browse files Browse the repository at this point in the history
  • Loading branch information
AZWN committed Nov 30, 2023
1 parent afb871c commit a4ac4d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scopegraphs-lib/src/resolve/topdown.rs
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ where
.chain(iter::once(EdgeOrData::Data))
.collect();

let mut context = ResolutionContext {
let context = ResolutionContext {
all_edges,
sg: RefCell::new(sg),
data_wellformedness,
Expand Down

0 comments on commit a4ac4d1

Please sign in to comment.