File tree Expand file tree Collapse file tree 7 files changed +8
-0
lines changed
tracing-opentelemetry/src Expand file tree Collapse file tree 7 files changed +8
-0
lines changed Original file line number Diff line number Diff line change 127
127
html_logo_url = "https://raw.githubusercontent.com/tokio-rs/tracing/master/assets/logo-type.png" ,
128
128
issue_tracker_base_url = "https://github.com/tokio-rs/tracing/issues/"
129
129
) ]
130
+ #![ cfg_attr( docsrs, deny( broken_intra_doc_links) ) ]
130
131
#![ warn(
131
132
missing_debug_implementations,
132
133
missing_docs,
Original file line number Diff line number Diff line change 57
57
html_logo_url = "https://raw.githubusercontent.com/tokio-rs/tracing/master/assets/logo-type.png" ,
58
58
issue_tracker_base_url = "https://github.com/tokio-rs/tracing/issues/"
59
59
) ]
60
+ #![ cfg_attr( docsrs, deny( broken_intra_doc_links) ) ]
60
61
#![ warn(
61
62
missing_debug_implementations,
62
63
missing_docs,
Original file line number Diff line number Diff line change 113
113
html_logo_url = "https://raw.githubusercontent.com/tokio-rs/tracing/master/assets/logo-type.png" ,
114
114
issue_tracker_base_url = "https://github.com/tokio-rs/tracing/issues/"
115
115
) ]
116
+ #![ cfg_attr( docsrs, deny( broken_intra_doc_links) ) ]
116
117
#![ warn(
117
118
missing_debug_implementations,
118
119
missing_docs,
Original file line number Diff line number Diff line change 36
36
html_logo_url = "https://raw.githubusercontent.com/tokio-rs/tracing/master/assets/logo-type.png" ,
37
37
issue_tracker_base_url = "https://github.com/tokio-rs/tracing/issues/"
38
38
) ]
39
+ #![ cfg_attr( docsrs, deny( broken_intra_doc_links) ) ]
39
40
#[ cfg( unix) ]
40
41
use std:: os:: unix:: net:: UnixDatagram ;
41
42
use std:: { fmt, io, io:: Write } ;
Original file line number Diff line number Diff line change
1
+ #![ cfg_attr( docsrs, deny( broken_intra_doc_links) ) ]
2
+
1
3
/// Alias of `dbg!` for avoiding conflicts with the `std::dbg!` macro.
2
4
#[ macro_export]
3
5
macro_rules! trace_dbg {
Original file line number Diff line number Diff line change 95
95
html_logo_url = "https://raw.githubusercontent.com/tokio-rs/tracing/master/assets/logo-type.png" ,
96
96
issue_tracker_base_url = "https://github.com/tokio-rs/tracing/issues/"
97
97
) ]
98
+ #![ cfg_attr( docsrs, deny( broken_intra_doc_links) ) ]
98
99
99
100
/// Implementation of the trace::Layer as a source of OpenTelemetry data.
100
101
mod layer;
Original file line number Diff line number Diff line change 130
130
html_logo_url = "https://raw.githubusercontent.com/tokio-rs/tracing/master/assets/logo-type.png" ,
131
131
issue_tracker_base_url = "https://github.com/tokio-rs/tracing/issues/"
132
132
) ]
133
+ #![ cfg_attr( docsrs, deny( broken_intra_doc_links) ) ]
133
134
#![ warn(
134
135
missing_debug_implementations,
135
136
// missing_docs, // TODO: add documentation
You can’t perform that action at this time.
0 commit comments