chore: remove rustc/rustdoc args for docsrs cfg to fix docs.rs builds (#1626)

This commit is contained in:
Fabian-Lars
2025-10-15 11:03:44 +02:00
committed by GitHub
parent 7dbc918799
commit 9604b0e9fa

View File

@@ -22,8 +22,6 @@ targets = [
"x86_64-pc-windows-msvc",
"x86_64-apple-darwin",
]
rustc-args = ["--cfg", "docsrs"]
rustdoc-args = ["--cfg", "docsrs"]
[features]
default = ["drag-drop", "protocol", "os-webview", "x11"]