We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8fa13a4 commit d26335fCopy full SHA for d26335f
src/client.rs
@@ -390,7 +390,7 @@ impl Client {
390
}
391
392
393
- #[allow(clippy::cyclomatic_complexity)]
+ #[allow(clippy::cognitive_complexity)]
394
fn prepare_event(
395
&self,
396
mut event: Event<'static>,
src/scope/real.rs
@@ -221,7 +221,7 @@ impl Scope {
221
222
223
/// Applies the contained scoped data to fill an event.
224
225
pub fn apply_to_event(&self, mut event: Event<'static>) -> Option<Event<'static>> {
226
let mut add_os = true;
227
let mut add_rust = true;
0 commit comments