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

Clippy does not detect Fossil VCS #10072

Open
rongcuid opened this issue Dec 13, 2022 · 0 comments
Open

Clippy does not detect Fossil VCS #10072

rongcuid opened this issue Dec 13, 2022 · 0 comments
Labels
C-bug Category: Clippy is not doing the correct thing

Comments

@rongcuid
Copy link

Summary

Cargo clippy says there is no VCS when using Fossil.

Reproducer

Do the following steps:

  1. cargo new --vcs fossil test-crate
  2. cd test-crate
  3. cargo clippy --fix
error: no VCS found for this package and `cargo fix` can potentially perform destructive changes; if you'd like to suppress this error pass `--allow-no-vcs`

Version

rustc 1.65.0 (897e37553 2022-11-02)
binary: rustc
commit-hash: 897e37553bba8b42751c67658967889d11ecd120
commit-date: 2022-11-02
host: x86_64-unknown-linux-gnu
release: 1.65.0
LLVM version: 15.0.0

Additional Labels

No response

@rongcuid rongcuid added the C-bug Category: Clippy is not doing the correct thing label Dec 13, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-bug Category: Clippy is not doing the correct thing
Projects
None yet
Development

No branches or pull requests

1 participant