chore: remove unused import and unexpected cfg warnings#89
Conversation
|
I've assigned @tankyleo as a reviewer! |
|
🔔 1st Reminder Hey @tankyleo! This PR has been waiting for your review. |
135e619 to
0a81ba6
Compare
tankyleo
left a comment
There was a problem hiding this comment.
Also go ahead and delete the chore: prefix, start directly with the actual commit message thank you !
rust/api/Cargo.toml
Outdated
| _test_utils =["rand"] | ||
|
|
||
| [lints.rust] | ||
| unexpected_cfgs = { level = "forbid", check-cfg = ['cfg(genproto)'] } |
There was a problem hiding this comment.
Can you rebase on master, and add this to the workspace Cargo.toml ? Then here we can do a
[lints]
workspace = true
just like in rust-lightning
0a81ba6 to
f94a627
Compare
|
Thanks for the review @tankyleo |
tankyleo
left a comment
There was a problem hiding this comment.
LGTM ! Please capitalize the first word of the commit message to keep things consistent thank you. We'll merge this right after.
f94a627 to
a041acd
Compare
De-clutters
stdoutby removing these warnings