@@ -1115,15 +1115,15 @@ macro_rules! span_enabled {
1115
1115
/// in false positives or false negatives include:
1116
1116
///
1117
1117
/// - If a collector is using a filter which may enable a span or event based
1118
- /// on field names, but `enabled!` is invoked without listing field names,
1119
- /// `enabled!` may return a false negative if a specific field name would
1120
- /// cause the collector to enable something that would otherwise be disabled.
1118
+ /// on field names, but `enabled!` is invoked without listing field names,
1119
+ /// `enabled!` may return a false negative if a specific field name would
1120
+ /// cause the collector to enable something that would otherwise be disabled.
1121
1121
/// - If a collector is using a filter which enables or disables specific events by
1122
- /// file path and line number, a particular event may be enabled/disabled
1123
- /// even if an `enabled!` invocation with the same level, target, and fields
1124
- /// indicated otherwise.
1122
+ /// file path and line number, a particular event may be enabled/disabled
1123
+ /// even if an `enabled!` invocation with the same level, target, and fields
1124
+ /// indicated otherwise.
1125
1125
/// - The collector can choose to enable _only_ spans or _only_ events, which `enabled`
1126
- /// will not reflect.
1126
+ /// will not reflect.
1127
1127
///
1128
1128
/// `enabled!()` requires a [level](crate::Level) argument, an optional `target:`
1129
1129
/// argument, and an optional set of field names. If the fields are not provided,
0 commit comments