feat: opt-in locations in release mode with --cfg locations (#3281)

This commit is contained in:
zakstucke
2024-12-16 15:32:57 +02:00
committed by GitHub
parent 881734b43a
commit 2a4b80cf22
51 changed files with 334 additions and 297 deletions

View File

@@ -25,3 +25,6 @@ browser = ["dep:wasm-bindgen", "dep:js-sys"]
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(leptos_debuginfo)'] }