File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
tonic-tracing-opentelemetry/src
tracing_opentelemetry_instrumentation_sdk/http Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -9,4 +9,5 @@ pub mod middleware;
99
1010// HACK vendor of tracing_opentelemetry_instrumentation_sdk until tonic can support hyper 1, http 1, ...
1111// TODO reexport tracing_opentelemetry_instrumentation_sdk crate
12+ #[ allow( dead_code) ]
1213pub mod tracing_opentelemetry_instrumentation_sdk;
Original file line number Diff line number Diff line change @@ -242,7 +242,7 @@ mod tests {
242242 }
243243
244244 #[ rstest]
245- #[ case( "http://example.org/hello/world" , "http" ) ]
245+ #[ case( "http://example.org/hello/world" , "http" ) ] // Devskim: ignore DS137138
246246 #[ case( "https://example.org/hello/world" , "https" ) ]
247247 #[ case( "foo://example.org/hello/world" , "foo" ) ]
248248 fn test_extract_url_scheme ( #[ case] input : & str , #[ case] expected : & str ) {
You can’t perform that action at this time.
0 commit comments