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 4ef2c3e + 87bbb3c commit 15ad83fCopy full SHA for 15ad83f
src/doc/book/ffi.md
@@ -56,9 +56,9 @@ almost any function that takes a pointer argument isn't valid for all possible
56
inputs since the pointer could be dangling, and raw pointers fall outside of
57
Rust's safe memory model.
58
59
-When declaring the argument types to a foreign function, the Rust compiler can
60
-not check if the declaration is correct, so specifying it correctly is part of
61
-keeping the binding correct at runtime.
+When declaring the argument types to a foreign function, the Rust compiler
+cannot check if the declaration is correct, so specifying it correctly is part
+of keeping the binding correct at runtime.
62
63
The `extern` block can be extended to cover the entire snappy API:
64
0 commit comments