refactor(location): deduplicated usage of Location::new with same value into default

This commit is contained in:
Khaïs COLIN 2025-06-03 20:09:22 +02:00
parent 567aa31c07
commit 64d93e9a27
Signed by: logistic-bot
SSH key fingerprint: SHA256:RlpiqKeXpcPFZZ4y9Ou4xi2M8OhRJovIwDlbCaMsuAo
5 changed files with 102 additions and 45 deletions

View file

@ -266,7 +266,7 @@ Error: unexpected token
- Ensure examples are contextually appropriate
This will make errors like "expected semicolon" more helpful by showing "expected semicolon (example: ;)".
TODO * TODO correct all instances of <unknown> in locations
* DONE correct all instances of <unknown> in locations
* TODO meta-commands must be followed by end-of-file
* TODO project code documentation
* TODO project usage documentation