File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ This crate can be used in a few ways to record spans/events:
5353 - Using * any* type implementing [ ` std::io::Write ` ] [ write ] in a
5454 non-blocking fashion.
5555 - Using [ ` NonBlocking ` ] [ non_blocking ] and [ ` RollingFileAppender ` ] [ file_appender ]
56- together to write to write to log files in a non-blocking fashion.
56+ together to write to log files in a non-blocking fashion.
5757
5858## Rolling File Appender
5959
@@ -137,7 +137,7 @@ fn main() {
137137[ tracing ] : https://docs.rs/tracing/latest/tracing/
138138[ make_writer ] : https://docs.rs/tracing-subscriber/latest/tracing_subscriber/fmt/trait.MakeWriter.html
139139[ write ] : https://doc.rust-lang.org/std/io/trait.Write.html
140- [ non_blocking ] : https://docs.rs/tracing-appender/latest/tracing_appender/non_blocking/indexx .html
140+ [ non_blocking ] : https://docs.rs/tracing-appender/latest/tracing_appender/non_blocking/index .html
141141[ rolling ] : https://docs.rs/tracing-appender/latest/tracing_appender/rolling/index.html
142142[ guard ] : https://docs.rs/tracing-appender/latest/tracing_appender/non_blocking/struct.WorkerGuard.html
143143[ file_appender ] : https://docs.rs/tracing-appender/latest/tracing_appender/rolling/struct.RollingFileAppender.html
You can’t perform that action at this time.
0 commit comments