Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fixed unused manifest key #416

Closed
wants to merge 1 commit into from

Conversation

cppcoffee
Copy link
Contributor

@cppcoffee cppcoffee commented Oct 10, 2024

# cargo test
warning: /root/TEMP/pingora/pingora-proxy/Cargo.toml: unused manifest key: lints.rust.unexpected_cfgs.check-cfg

# cargo build
warning: /root/TEMP/pingora/pingora-proxy/Cargo.toml: unused manifest key: lints.rust.unexpected_cfgs.check-cfg

rust version:

# rustc --version
rustc 1.78.0 (9b00956e5 2024-04-29)

```
~/TEMP/pingora# cargo test
warning: /root/TEMP/pingora/pingora-proxy/Cargo.toml: unused manifest key: lints.rust.unexpected_cfgs.check-cfg
```

Signed-off-by: Xiaobo Liu <[email protected]>
@Grvzard
Copy link
Contributor

Grvzard commented Oct 10, 2024

rustc 1.78.0 (9b00956e5 2024-04-29)

If I'm not mistaken, it's a feature introduced in rustc 1.80.

@cppcoffee cppcoffee closed this Oct 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants