Closed DennisOSRM closed 11 months ago
cargo clippy
cargo fmt
Prints the source code revision. The suffix -dirty will be added if the code contains uncommitted local changes, and UNKNOWN will be used if the code is not compiled from a git repository.
-dirty
UNKNOWN
cargo clippy
and fix all issuescargo fmt
to format all source filesPrints the source code revision. The suffix
-dirty
will be added if the code contains uncommitted local changes, andUNKNOWN
will be used if the code is not compiled from a git repository.