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.
2 parents 01fc81f + 8a41d12 commit f5633dfCopy full SHA for f5633df
src/doc/style/safety/lib-guarantees.md
@@ -70,8 +70,8 @@ that all instances are valid utf-8:
70
Providing library-level guarantees sometimes entails inconvenience (for static
71
checks) or overhead (for dynamic checks). So it is sometimes desirable to allow
72
clients to sidestep this checking, while promising to use the API in a way that
73
-still provides the guarantee. Such escape hatches should only be be introduced
74
-when there is a demonstrated need for them.
+still provides the guarantee. Such escape hatches should only be introduced when
+there is a demonstrated need for them.
75
76
It should be trivial for clients to audit their use of the library for
77
escape hatches.
0 commit comments