# Lowering the threshold to help prevent stack overflows (default is 16384)# See: https://rust-lang.github.io/rust-clippy/master/index.html#/large_futuresfuture-size-threshold=10000allowed-wildcard-imports=["constants","error","metrics","super","tracing","types",]