Commits on Source (3)
-
Raphaël Gomès authored
See explanation inline.
d58e754f2db0 -
Raphaël Gomès authored
Our current version of clippy is older than the latest stable. The newest version has new lints that are moslty good advice, so let's apply them ahead of time. This has the added benefit of reducing the noise for developpers like myself that use clippy as an IDE helper, as well as being more prepared for a future clippy upgrade.
532e74ad3ff6 -
Raphaël Gomès authored
Since Rust 1.51.0, Cargo has support for a better dependency resolver. Workspace packages (like ours) need to explicitely set the field, so let's. https://doc.rust-lang.org/edition-guide/rust-2021/default-cargo-resolver.html
34e0670caf46
Showing
- rust/Cargo.toml 1 addition, 0 deletionsrust/Cargo.toml
- rust/hg-core/src/config/layer.rs 2 additions, 2 deletionsrust/hg-core/src/config/layer.rs
- rust/hg-core/src/config/mod.rs 1 addition, 1 deletionrust/hg-core/src/config/mod.rs
- rust/hg-core/src/dagops.rs 1 addition, 2 deletionsrust/hg-core/src/dagops.rs
- rust/hg-core/src/dirstate_tree/dirstate_map.rs 2 additions, 2 deletionsrust/hg-core/src/dirstate_tree/dirstate_map.rs
- rust/hg-core/src/dirstate_tree/on_disk.rs 4 additions, 0 deletionsrust/hg-core/src/dirstate_tree/on_disk.rs
- rust/hg-core/src/dirstate_tree/status.rs 1 addition, 1 deletionrust/hg-core/src/dirstate_tree/status.rs
- rust/hg-core/src/discovery.rs 2 additions, 2 deletionsrust/hg-core/src/discovery.rs
- rust/hg-core/src/filepatterns.rs 11 additions, 13 deletionsrust/hg-core/src/filepatterns.rs
- rust/hg-core/src/matchers.rs 6 additions, 7 deletionsrust/hg-core/src/matchers.rs
- rust/hg-core/src/repo.rs 1 addition, 1 deletionrust/hg-core/src/repo.rs
- rust/hg-core/src/revlog/mod.rs 2 additions, 2 deletionsrust/hg-core/src/revlog/mod.rs
- rust/hg-core/src/revlog/node.rs 1 addition, 1 deletionrust/hg-core/src/revlog/node.rs
- rust/hg-core/src/revlog/nodemap.rs 12 additions, 6 deletionsrust/hg-core/src/revlog/nodemap.rs
- rust/hg-core/src/revlog/nodemap_docket.rs 1 addition, 1 deletionrust/hg-core/src/revlog/nodemap_docket.rs
- rust/hg-core/src/utils/files.rs 8 additions, 8 deletionsrust/hg-core/src/utils/files.rs
- rust/hg-core/src/utils/path_auditor.rs 5 additions, 5 deletionsrust/hg-core/src/utils/path_auditor.rs
- rust/hg-cpython/src/dirstate/status.rs 2 additions, 2 deletionsrust/hg-cpython/src/dirstate/status.rs
- rust/hg-cpython/src/revlog.rs 2 additions, 2 deletionsrust/hg-cpython/src/revlog.rs
- rust/rhg/src/commands/cat.rs 1 addition, 1 deletionrust/rhg/src/commands/cat.rs