Skip to content
Snippets Groups Projects
Commit 1928b770 authored by Raphaël Gomès's avatar Raphaël Gomès
Browse files

rust: use the new `UncheckedRevision` everywhere applicable

This step converts all revisions that shouldn't be considered "valid" in any
context to `UncheckedRevison`, allowing `Revision` to be changed for a
stronger type in a later changeset.

Note that the conversion from unchecked to checked is manual and requires
at least some thought from the programmer, although directly using `Revision`
is still possible. A later changeset will make this mistake harder to make.
parent 9929c8a7
No related branches found
No related tags found
2 merge requests!701Merge default into stable for 6.6rc0,!653Rust: split the `Revision` type into unchecked and checked
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment