File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 35
35
//! make use of. Furthermore, the somewhat complex underlying C API imposes certain limitations upon
36
36
//! just how safe and simple an interface this binding can reasonably offer. One particularly
37
37
//! notable example is the threaded mainloop locking mechanism, which uses a perfectly legitimate
38
- //! design, but one that happens to conflict with what is typically used in Rust code; it does fit
39
- //! perfectly with the Rust borrow checking mechanism and thus you cannot rely upon the borrow
38
+ //! design, but one that happens to conflict with what is typically used in Rust code; it does not
39
+ //! fit perfectly with the Rust borrow checking mechanism and thus you cannot rely upon the borrow
40
40
//! checker to prevent unsafe use as much as is typical.
41
41
//! </p>
42
42
//! </div>
You can’t perform that action at this time.
0 commit comments