Skip to content

Commit ad030fa

Browse files
authored
Merge pull request #575 from light-curve/copilot/activate-unexpected-cfgs-lint
Activate unexpected_cfgs lint
2 parents e822aa0 + ea840cd commit ad030fa

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

light-curve/Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@ rust-version = "1.85"
1818
name = "light_curve"
1919
crate-type = ["cdylib"]
2020

21+
[lints.rust]
22+
unexpected_cfgs = "warn"
23+
2124
[profile.release]
2225
lto = true
2326
codegen-units = 1

0 commit comments

Comments
 (0)