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.
1 parent 46f8400 commit 40f3d8dCopy full SHA for 40f3d8d
sqlx-core/src/lib.rs
@@ -17,6 +17,7 @@
17
#![allow(clippy::needless_doctest_main, clippy::type_complexity)]
18
// The only unsafe code in SQLx is that necessary to interact with native APIs like with SQLite,
19
// and that can live in its own separate driver crate.
20
+// temporary
21
// #![forbid(unsafe_code)]
22
// Allows an API be documented as only available in some specific platforms.
23
// <https://doc.rust-lang.org/unstable-book/language-features/doc-cfg.html>
0 commit comments