6 Star 44 Fork 10

Baihai IDP / IDP

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
clippy.toml 767 Bytes
一键复制 编辑 原始数据 按行查看 历史
吴翱翔 提交于 2022-11-30 10:51 . taplo fmt
await-holding-invalid-types = [
# https://onesignal.com/blog/solving-memory-leaks-in-rust/
"tracing::trace::Entered",
"tracing::trace::EnteredSpan",
# https://github.com/seanmonstar/reqwest/issues/1017
"reqwest::blocking::Client",
]
disallowed-methods = [
{ path = "axum::extract::Extension", reason = "We recommend migrating from Extension to State for sharing application state since that is more type safe and faster." },
{ path = "axum::Extension", reason = "We recommend migrating from Extension to State for sharing application state since that is more type safe and faster." },
# { path = "std::iter::Iterator::zip", reason = "if a.len() > b.len(), a.zip(b) would lost some elements in a" },
]
too-many-arguments-threshold = 12
Rust
1
https://gitee.com/baihai-idp/IDP.git
git@gitee.com:baihai-idp/IDP.git
baihai-idp
IDP
IDP
main

搜索帮助

53164aa7 5694891 3bd8fe86 5694891