Skip to content

Commit 40f3d8d

Browse files
Note to unsafe
1 parent 46f8400 commit 40f3d8d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sqlx-core/src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
#![allow(clippy::needless_doctest_main, clippy::type_complexity)]
1818
// The only unsafe code in SQLx is that necessary to interact with native APIs like with SQLite,
1919
// and that can live in its own separate driver crate.
20+
// temporary
2021
// #![forbid(unsafe_code)]
2122
// Allows an API be documented as only available in some specific platforms.
2223
// <https://doc.rust-lang.org/unstable-book/language-features/doc-cfg.html>

0 commit comments

Comments
 (0)