-
Notifications
You must be signed in to change notification settings - Fork 22
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
With v3.0.1, getting error "an unknown tool name found in scoped lint" #16
Comments
rustdoc::missing_doc_code_examples
"
Merged
Fixed in |
notmandatory
added a commit
to notmandatory/bdk-cli
that referenced
this issue
Dec 9, 2021
MSRV issue with fd-lock 3.0.1 was fixed with version 3.0.2. See: yoshuawuyts/fd-lock#16
3 tasks
notmandatory
added a commit
to notmandatory/bdk-cli
that referenced
this issue
Dec 10, 2021
MSRV issue with fd-lock 3.0.1 was fixed with version 3.0.2. See: yoshuawuyts/fd-lock#16
notmandatory
added a commit
to notmandatory/bdk-cli
that referenced
this issue
Dec 12, 2021
MSRV issue with fd-lock 3.0.1 was fixed with version 3.0.2. See: yoshuawuyts/fd-lock#16
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I am using rust 1.56.1 and after doing a
cargo update
on my project thefd-lock
version changed from v03.0.0 to v3.0.1 (as a transitive dependency). I now get the below error:I believe this is because
rustdoc::missing_doc_code_example
is only available innightly
. I worked around the issue by pinning the version offd-lock
to3.0.0
in my project, but I believe your MSRV is stable so I shouldn't get this error.The text was updated successfully, but these errors were encountered: