We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ebdfaab commit b6e0669Copy full SHA for b6e0669
vision/why-compile-time-evaluation.md
@@ -36,7 +36,7 @@ Using const generic items from different libraries should work without issues.
36
37
Reading or writing code which can be used at compile time should ideally not be more complex
38
than writing other code. Requiring a lot of weird trait bounds or other hacks should be avoided as much as possible.
39
-Supporting compile time evaluation should not worsen the experience of users, especially for beginners using this code.
+Supporting compile time evaluation should not worsen the experience of users, especially for beginners.
40
41
## Reliable: "if it passes `cargo check`, it works"
42
0 commit comments