mirror of
https://github.com/Cuprate/cuprate.git
synced 2024-12-22 19:49:28 +00:00
Merge branch 'main' of github.com:SyntheticBird45/cuprate
This commit is contained in:
commit
1be2788697
1 changed files with 2 additions and 1 deletions
|
@ -38,7 +38,8 @@ For non-developers people, it is time for you to unleash your ideas.
|
||||||
|
|
||||||
### Code & Repo
|
### Code & Repo
|
||||||
|
|
||||||
No unsafe code is permitted, and the codebase will never contain `.unwrap()`, `.except()` or `panic!()`.
|
No unsafe code is permitted, and the codebase will never contain `.except()` or `panic!()`. We discourage the use
|
||||||
|
of `.unwrap()`, as it implied that all errors are correctly handled.
|
||||||
|
|
||||||
For the moment I try to organize the repository like the official one. But it won't last for long.
|
For the moment I try to organize the repository like the official one. But it won't last for long.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue