Skip to content

Commit

Permalink
Update resolve.rs reference
Browse files Browse the repository at this point in the history
Signed-off-by: Emmanuel Ferdman <[email protected]>
  • Loading branch information
emmanuel-ferdman authored and udoprog committed Dec 30, 2024
1 parent c28b33d commit ef32e0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion book/src/compiler_guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ copied and called with zero arguments.
[`Loops`]: https://github.com/rune-rs/rune/blob/main/crates/rune/src/compiling/loops.rs
[`Query`]: https://github.com/rune-rs/rune/blob/main/crates/rune/src/query.rs
[`Resolve` implementation of `LitStr`]: https://github.com/rune-rs/rune/blob/main/crates/rune/src/ast/lit_str.rs
[`Resolve`]: https://github.com/rune-rs/rune/blob/main/crates/rune/src/parsing/resolve.rs
[`Resolve`]: https://github.com/rune-rs/rune/blob/main/crates/rune/src/parse/resolve.rs
[`Scopes`]: https://github.com/rune-rs/rune/blob/main/crates/rune/src/compiling/scopes.rs
[`Source::insert`]: https://docs.rs/rune/0/rune/struct.Source.html#method.insert
[`Worker`]: https://github.com/rune-rs/rune/blob/main/crates/rune/src/worker.rs
Expand Down

0 comments on commit ef32e0f

Please sign in to comment.