Skip to content

Commit 1086996

Browse files
PoignardAzurJoshua Nelson
andcommitted
Update src/compiler-debugging.md
Co-authored-by: Joshua Nelson <[email protected]>
1 parent c15e119 commit 1086996

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/compiler-debugging.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ These crates are used in compiler for logging:
152152
* [env-logger]
153153
154154
[log]: https://docs.rs/log/0.4.6/log/index.html
155-
[env-logger]: https://docs.rs/env_logger/0.8.1/env_logger/
155+
[env-logger]: https://docs.rs/env_logger
156156
157157
The compiler has a lot of `debug!` calls, which print out logging information
158158
at many points. These are very useful to at least narrow down the location of

0 commit comments

Comments
 (0)