mirror of
https://github.com/launchbadge/sqlx
synced 2024-11-10 06:24:16 +00:00
Update README.md
This commit is contained in:
parent
9450833edf
commit
5676930526
1 changed files with 1 additions and 1 deletions
|
@ -332,7 +332,7 @@ WHERE organization = ?
|
|||
This crate uses `#![forbid(unsafe_code)]` to ensure everything is implemented in 100% Safe Rust.
|
||||
|
||||
If the `sqlite` feature is enabled, this is downgraded to `#![deny(unsafe_code)]` with `#![allow(unsafe_code)]` on the
|
||||
`sqlx::sqlite` module. There are several places where we interact with the C SQLite API. We try to document each call for the invariants we're assuming. We absolutely welcome auditing on and feedback on our unsafe code usage.
|
||||
`sqlx::sqlite` module. There are several places where we interact with the C SQLite API. We try to document each call for the invariants we're assuming. We absolutely welcome auditing of, and feedback on, our unsafe code usage.
|
||||
|
||||
## License
|
||||
|
||||
|
|
Loading…
Reference in a new issue