Rewrap all comments to 100 line width (#9490)

* reformat everything again

* manual formatting

* last manual fix

* Fix build
This commit is contained in:
Kian Paimani
2021-08-11 16:56:55 +02:00
committed by GitHub
parent 8180c58700
commit abd08e29ce
258 changed files with 1776 additions and 1447 deletions
+3 -3
View File
@@ -465,9 +465,9 @@ mod std_features {
// Implementation Note:
// the original `tracing` crate generates these static metadata entries at every `span!` and
// `event!` location to allow for highly optimised filtering. For us to allow level-based emitting
// of wasm events we need these static metadata entries to inject into that system. We then provide
// generic `From`-implementations picking the right metadata to refer to.
// `event!` location to allow for highly optimised filtering. For us to allow level-based
// emitting of wasm events we need these static metadata entries to inject into that system. We
// then provide generic `From`-implementations picking the right metadata to refer to.
static SPAN_ERROR_METADATA: tracing_core::Metadata<'static> = tracing::Metadata::new(
WASM_TRACE_IDENTIFIER,